Skip to content
Snippets Groups Projects
Verified Commit be291180 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add comas to groups.html

parent f4ac5f44
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
{% for group in groups %}
<a href="{% url "timetable" "group" group.pk %}">
{{ group.short_name }}
{{ group.short_name }}{% if not forloop.last %},{% endif %}
</a>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment