navi: Surround navigation buttons with div.navigation for CSS

master
Felix Stupp 2 years ago
parent f5de2a3bbc
commit dfa6ee4a40
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -76,10 +76,12 @@
"Add Media": "/media/extract",
"Add Collection": "/collection/extract",
} %}
{% for name, uri in links.items() %}
<a class="button" href="{{ uri }}">{{ name }}</a>
{% endfor %}
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }}
<div class="navigation">
{% for name, uri in links.items() %}
<a class="button" href="{{ uri }}">{{ name }}</a>
{% endfor %}
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }}
</div>
{%- endmacro %}
{% macro body_header() %}

Loading…
Cancel
Save