Files @ 72d2c165613c
Branch filter:

Location: CSY/sefm2020/themes/bootstrap2/templates/categories.html

Hans-Dieter Hiep
Explicitly register for both conf and workshops
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block content %}
<ul>
{% for category, articles in categories %}
	<li><a href="{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
{% endblock %}