generated from hjess/PythonTemplateProject
Middelware update and footer content
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
This commit is contained in:
@@ -21,6 +21,18 @@
|
||||
|
||||
<!-- Content -->
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<footer>
|
||||
{% if request.state.next_category %}
|
||||
<p>
|
||||
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
|
||||
{{ request.state.next_category.description }}
|
||||
</a>
|
||||
</p>
|
||||
{% else %}
|
||||
<p>Ingen næste kategori.</p>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user