diff --git a/kaehmy/views.py b/kaehmy/views.py index 92f151d..7d111f2 100644 --- a/kaehmy/views.py +++ b/kaehmy/views.py @@ -77,7 +77,7 @@ def comment(request, *args, **kwargs): return redirect("/kaehmy") else: context = {"error": form.errors} - return render(request, "kaehmy/kaehmy_error.html", context) + return render(request, "kaehmy/error.html", context) @require_http_methods(["GET"]) diff --git a/templates/about.html b/templates/about.html deleted file mode 100644 index 344ee6d..0000000 --- a/templates/about.html +++ /dev/null @@ -1,15 +0,0 @@ - - -{% load static %} - -
- - - - -{{ commit }}
-{{ date }}
-{{ tag }}
- - diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html deleted file mode 100644 index e75bee9..0000000 --- a/templates/admin/base_site.html +++ /dev/null @@ -1,76 +0,0 @@ -{% extends "admin/base.html" %} - -{% load i18n %} -{% load static %} - -{# Additional content here, some extra meta tags or favicon #} -{% block extrahead %} - -{% endblock %} - - -{# Additional CSS includes #} -{% block extrastyle %} - -{% endblock %} - - -{# Additional JS files in footer, right before #} -{#{% block extrajs %}#} -{# #} -{#{% endblock %}#} - - -{# Footer links (left side) #} -{#{% block footer_links %}#} -{# Documentation#} -{#{% endblock %}#} - -{# Additional header content like notifications or language switcher #} -{% block header_content %} - {{ block.super }} -