]> git.parisson.com Git - mezzo.git/commitdiff
Fix project detail block
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 22 Sep 2016 13:44:19 +0000 (15:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 22 Sep 2016 13:44:19 +0000 (15:44 +0200)
app/templates/projects/project_detail.html

index 56d2b15d41da10617d597b8947e290f90e29abf2..0220a324793a5da281672fa301f13728dcf3c384 100644 (file)
@@ -50,7 +50,7 @@
     {% endwith %}
 {% endblock %}
 
-{% block project_details %}
+{% block page_related_content %}
 <div>
   <div>
     {% trans "Project details" %}
@@ -92,7 +92,7 @@
     {% endfor %}
   </div>
 </div>
-{% endblock project_details %}
+{% endblock %}
 
 {% block logo %}
 {% for organization in project.organizations.all %}