From 6d3b8739287f8f1c89211b1c785342c2ce9050f5 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 1 Nov 2023 21:02:09 +0100 Subject: pokpok --- templates/taxonomy_single.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 templates/taxonomy_single.html (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html deleted file mode 100644 index 3a75df8..0000000 --- a/templates/taxonomy_single.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -

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

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