chore: display credits on all pages (with footer)

main
Luca 7 months ago
parent da4c13672b
commit a073a9f90b

@ -19,14 +19,13 @@
</section>
{% endblock %}
{% block footer %}
<div class="content">
{% block footer_content %}
{% if DEBUG %}
<br>
(Debug-Modus)
{% if helper %}
<a href="{% url 'token_logout' %}">logout</a>
<a href="{{ helper.logintoken_set.first.get_absolute_url }}">login url</a>
{% endif %}
{% endif %}
</div>
{% endblock %}

@ -117,9 +117,11 @@
{% endblock %}
<footer class="footer">
<div class="container is-flex is-flex-wrap-wrap is-justify-content-space-between">
{% block footer %}
<div class="content"><a href="https://git.as42.net/kontakt/shiftregister">shiftregister</a> by flo, Luca &amp; xAndy</div>
<div class="content">
<a href="https://git.as42.net/kontakt/shiftregister">shiftregister</a> by flo, Luca &amp; xAndy
{% block footer_content %}
{% endblock %}
</div>
<div class="breadcrumb has-dot-separator is-flex-grow-1 is-right ml-5">
<ul>
{% for item in footer_nav_items %}

Loading…
Cancel
Save