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_single.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/taxonomy_single.html (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html new file mode 100644 index 0000000..3a75df8 --- /dev/null +++ b/templates/taxonomy_single.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block content %} + +

{{ taxonomy.name }}: {{ term.name }}

+ + + +{% endblock %} -- cgit