Link repo in footer
This commit is contained in:
parent
84c24f200e
commit
78782b6d93
3 changed files with 3 additions and 5 deletions
|
|
@ -45,5 +45,4 @@ class DiscourseDatabase():
|
||||||
for place in places:
|
for place in places:
|
||||||
if place in topic["tags"]:
|
if place in topic["tags"]:
|
||||||
return f'<a href="https://kb.hs3.pl/tag/{place}">{place}</a>'
|
return f'<a href="https://kb.hs3.pl/tag/{place}">{place}</a>'
|
||||||
return "unknown"
|
return "unknown"
|
||||||
|
|
||||||
|
|
@ -273,7 +273,7 @@
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
Created by <a href="https://github.com/MartaSien">Marta Sienkiewicz</a>
|
<a href="https://github.com/MartaSien/hs3-baza-zasobow-dashboard">Baza zasobów Hackerspace Trójmiasto</a>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,7 @@
|
||||||
{% block body %}{% endblock body %}
|
{% block body %}{% endblock body %}
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
Baza zasobów Hackerspace Trójmiasto <a href="https://github.com/MartaSien/hs3-baza-zasobow-dashboard">repository</a>
|
<a href="https://github.com/MartaSien/hs3-baza-zasobow-dashboard">Baza zasobów Hackerspace Trójmiasto</a>
|
||||||
Author <a href="https://github.com/MartaSien">Marta Sienkiewicz</a>
|
|
||||||
</footer>
|
</footer>
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue