Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
chore: Update base.html and requirements.txt
Browse files Browse the repository at this point in the history
Added missing dependency
  • Loading branch information
dikayx committed Aug 12, 2024
1 parent 133237f commit 423bba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions mapy/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
class="container d-flex justify-content-between align-items-center"
>
<div>
<span class="text-muted">&copy; 2024</span>
<span class="text-muted">Created by</span>
<span class="text-muted">
<a
href="https://github.com/dan-koller"
Expand All @@ -108,13 +108,5 @@

<!-- Bootstrap JS -->
<script src="../static/js/bootstrap.bundle.min.js"></script>
<script>
let date = new Date();
if (date.getFullYear() > 2024) {
document.querySelector(
".footer .container .text-muted"
).textContent += ` - ${date.getFullYear()}`;
}
</script>
</body>
</html>
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask~=3.0.3
Flask-WTF~=1.2.1
python-dateutil~=2.9.0.post0
pygal~=3.0.4
requests~=2.32.3
Expand Down

0 comments on commit 423bba9

Please sign in to comment.