]> git.parisson.com Git - mezzo.git/commitdiff
Add demo metadata
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:15:12 +0000 (20:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:15:12 +0000 (20:15 +0100)
app/templates/projects/project_demo_detail.html

index 0c366223804973e18c938ba9a8ff912dd404c4d6..73e5b0b17936b7da812b172d19dcf050abb5669c 100644 (file)
             </div>
         {% endeditable %}
     {% endif %}
+
+    <b>{% trans "Project" %}</b> : <a href="{% url 'organization-project-detail' demo.project.slug %}">{{ demo.project.title }}</a><br>
+    <b>{% trans "Authors" %}</b> : {% for author in demo.authors.all %}<a href="{% url 'organization-project-detail' demo.project.slug %}">{{ author }}</a>{% endfor %}
+
 {% endblock %}
 
 {% block page_sidebar %}
@@ -40,5 +44,4 @@
 <div style="position: relative;">
     <iframe width="100%" height="1080px" scrolling="auto" src="{% if demo.url %}{{ demo.url }}{% else %}{{ demo.relative_url }}{% endif %}" frameborder="0" allowfullscreen=""></iframe>
 </div>
-
 {% endblock %}