From ccdfd388c4ff9933e3c8388cc39fc68a4fe3c885 Mon Sep 17 00:00:00 2001 From: moanos Date: Tue, 17 Jun 2025 16:53:49 +0200 Subject: [PATCH] refactor: remove depreacted about --- .../templates/fellchensammlung/about.html | 55 ------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/fellchensammlung/templates/fellchensammlung/about.html diff --git a/src/fellchensammlung/templates/fellchensammlung/about.html b/src/fellchensammlung/templates/fellchensammlung/about.html deleted file mode 100644 index 7ec6747..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/about.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends "fellchensammlung/base_generic.html" %} -{% load i18n %} -{% load custom_tags %} - -{% block title %}{% translate "Über uns und Regeln" %}{% endblock %} - -{% block content %} - {% if about_us %} -
-

{{ about_us.title }}

-

- {{ about_us.content | render_markdown }} -

-
- {% endif %} - -

{% translate "Regeln" %}

- {% include "fellchensammlung/lists/list-rules.html" %} - - {% if faq %} -
-

{{ faq.title }}

-

- {{ faq.content | render_markdown }} -

-
- {% endif %} - - {% if privacy_statement %} -
-

{{ privacy_statement.title }}

-

- {{ privacy_statement.content | render_markdown }} -

-
- {% endif %} - - {% if terms_of_service %} -
-

{{ terms_of_service.title }}

-

- {{ terms_of_service.content | render_markdown }} -

-
- {% endif %} - - {% if imprint %} -
-

{{ imprint.title }}

-

- {{ imprint.content | render_markdown }} -

-
- {% endif %} -{% endblock %} \ No newline at end of file