From: Guillaume Pellerin Date: Mon, 7 Nov 2016 19:32:16 +0000 (+0100) Subject: test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca24d58cf860616e8e3c29f2332184919a71811f;p=mezzo.git test --- diff --git a/app/templates/projects/project_demo_detail.html b/app/templates/projects/project_demo_detail.html index 73e5b0b1..e0dcafb9 100644 --- a/app/templates/projects/project_demo_detail.html +++ b/app/templates/projects/project_demo_detail.html @@ -33,7 +33,7 @@ {% endif %} {% trans "Project" %} : {{ demo.project.title }}
- {% trans "Authors" %} : {% for author in demo.authors.all %}{{ author }}{% endfor %} + {% trans "Authorss" %} : {% for author in demo.authors.all %}{{ author }}{% endfor %} {% endblock %}