# HG changeset patch # User neko259 # Date 2014-01-16 08:25:05 # Node ID 5ee5e3efcaab19f0cacfdcdcd401bb9b32dd7310 # Parent b5737af198951870e3a536f79ab133b6d212821b Added commas to authors role list diff --git a/boards/templates/boards/authors.html b/boards/templates/boards/authors.html --- a/boards/templates/boards/authors.html +++ b/boards/templates/boards/authors.html @@ -18,6 +18,7 @@ {% endfor %} - {% for role in values.roles %} {% trans role %} + {% if not forloop.last %}, {% endif %} {% endfor %}

{% endfor %} @@ -28,4 +29,4 @@

{% trans "Repository" %}

-{% endblock %} \ No newline at end of file +{% endblock %}