From: Guillaume Pellerin Date: Mon, 7 Nov 2016 19:15:12 +0000 (+0100) Subject: Add demo metadata X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=68e038086fd5823d32c20f6595f971e3591ebde4;p=mezzo.git Add demo metadata --- diff --git a/app/templates/projects/project_demo_detail.html b/app/templates/projects/project_demo_detail.html index 0c366223..73e5b0b1 100644 --- a/app/templates/projects/project_demo_detail.html +++ b/app/templates/projects/project_demo_detail.html @@ -31,6 +31,10 @@ {% endeditable %} {% endif %} + + {% trans "Project" %} : {{ demo.project.title }}
+ {% trans "Authors" %} : {% for author in demo.authors.all %}{{ author }}{% endfor %} + {% endblock %} {% block page_sidebar %} @@ -40,5 +44,4 @@
- {% endblock %}