##// END OF EJS Templates
Added commas to authors role list
neko259 -
r530:5ee5e3ef default
parent child Browse files
Show More
@@ -18,6 +18,7 b''
18 18 {% endfor %} -
19 19 {% for role in values.roles %}
20 20 <span class="role">{% trans role %}</span>
21 {% if not forloop.last %}, {% endif %}
21 22 {% endfor %}
22 23 </p>
23 24 {% endfor %}
@@ -28,4 +29,4 b''
28 29 <p><a href="https://bitbucket.org/neko259/neboard">
29 30 {% trans "Repository" %}</a></p>
30 31 </div>
31 {% endblock %} No newline at end of file
32 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now