Show More
@@ -18,6 +18,7 b'' | |||||
18 | {% endfor %} - |
|
18 | {% endfor %} - | |
19 | {% for role in values.roles %} |
|
19 | {% for role in values.roles %} | |
20 | <span class="role">{% trans role %}</span> |
|
20 | <span class="role">{% trans role %}</span> | |
|
21 | {% if not forloop.last %}, {% endif %} | |||
21 | {% endfor %} |
|
22 | {% endfor %} | |
22 | </p> |
|
23 | </p> | |
23 | {% endfor %} |
|
24 | {% endfor %} | |
@@ -28,4 +29,4 b'' | |||||
28 | <p><a href="https://bitbucket.org/neko259/neboard"> |
|
29 | <p><a href="https://bitbucket.org/neko259/neboard"> | |
29 | {% trans "Repository" %}</a></p> |
|
30 | {% trans "Repository" %}</a></p> | |
30 | </div> |
|
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