summaryrefslogtreecommitdiff
path: root/templates/taxonomy_list.html
blob: df8f63f26ca872eacabdc37590e5d711468d8cc8 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}

<h1>{{ taxonomy.name }}: multiple</h1>

{% endblock %}