Skip to content

Commit dab75d3

Browse files
committed
change discipline delimeter from & to /
1 parent 1a90d64 commit dab75d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcf_website/templates/course/course.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4 class="card-title">
4747
</small>
4848
{% for discipline in course.disciplines.all %}
4949
{{ discipline.name }}
50-
{% if not forloop.last %} &#38; {% endif %}
50+
{% if not forloop.last %} / {% endif %}
5151
{% endfor %}
5252
</div>
5353
{% endif %}

0 commit comments

Comments
 (0)