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:
11
templates/route_list.html
Normal file
11
templates/route_list.html
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<h3>Næste Kategori</h3>
|
||||
{% if request.state.next_category %}
|
||||
<p>
|
||||
<a href="/category/{{ request.state.next_category.path }}">
|
||||
{{ request.state.next_category.name }}
|
||||
</a>
|
||||
</p>
|
||||
{% else %}
|
||||
<p>Ingen næste kategori.</p>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user