Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/templates/root/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@


<div class="footer">
<p>Copyright © 2023 Bwave ICT, All Rights Reserved.
<p>Copyright © 2024 Bwave ICT, All Rights Reserved.
<br><a href="#" target="_parent">Bwave ICT</a> <a href="{{ url_for('admin_login') }}" target="_parent">Admin Area</a></p>
</div>
</section>
Expand Down Expand Up @@ -245,4 +245,4 @@
</body>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions app/templates/user/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<footer class="app-footer">
<div class="container text-center py-3">

<small class="copyright">Bwave ICT <span class="sr-only"> 2023 </span><a class="app-link" href="{{ url_for('home_page')}}" target="_blank"> GO BACK HOME</a></small>
<small class="copyright">Bwave ICT <span class="sr-only"> 2024 </span><a class="app-link" href="{{ url_for('home_page')}}" target="_blank"> GO BACK HOME</a></small>

</div>
</footer><!--//app-footer-->
Expand All @@ -180,4 +180,4 @@
<script src="../static/user_dashboard_css/js/app.js"></script>

</body>
</html>
</html>