From: Jérémy Fabre Date: Thu, 29 Sep 2016 15:40:19 +0000 (+0200) Subject: Remove tags on project details, change the sidebar X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4b9d42d2b9de0b964725796f4a3de1be4df74d8f;p=mezzo.git Remove tags on project details, change the sidebar --- diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index 24f8cd70..e5152c42 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -26,14 +26,16 @@ {% block page_tags %} - {% if department %} -
- {{ department.pages.all.0.title }} + {% comment %} + {% if department %} +
+ {{ department.pages.all.0.title }} +
+ {% endif %} +
+ {% trans 'Project' %}
- {% endif %} -
- {% trans 'Project' %} -
+ {% endcomment %} {% endblock %} @@ -63,6 +65,9 @@ {% block page_sidebar %}