Fix wrong url

This commit is contained in:
Pablo Vazquez 2018-09-14 23:12:02 +02:00
parent 0055633732
commit 35a22cab4b

View File

@ -9,7 +9,7 @@ include ../mixins/components
| {% elif project.category == 'film' %}
| {% set category_url = url_for('cloud.open_projects') %}
| {% else %}
| {% set category_url = url_for('main.index') %}
| {% set category_url = url_for('main.homepage') %}
| {% endif %}
+nav-secondary()