From ef15a6ec8f14c2398cfd28786c83072888690718 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 31 Oct 2023 23:23:51 +0100 Subject: oijoij --- templates/taxonomy_list.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/taxonomy_list.html (limited to 'templates/taxonomy_list.html') diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html new file mode 100644 index 0000000..df8f63f --- /dev/null +++ b/templates/taxonomy_list.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + +

{{ taxonomy.name }}: multiple

+ +{% endblock %} -- cgit