diff --git a/src/fellchensammlung/templates/fellchensammlung/index.html b/src/fellchensammlung/templates/fellchensammlung/index.html deleted file mode 100644 index 6a64a1e..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/index.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "fellchensammlung/base_generic.html" %} -{% load i18n %} -{% load custom_tags %} - -{% block title %}{% translate "Notfellchen - Farbratten aus dem Tierschutz adoptieren" %}{% endblock %} - -{% block content %} - {% for announcement in announcements %} - {% include "fellchensammlung/partials/partial-announcement.html" %} - {% endfor %} - {% if introduction %} -

{{ introduction.title }}

- {{ introduction.content | render_markdown }} - {% endif %} - -

{% translate "Aktuelle Vermittlungen" %}

- -
- {% include "fellchensammlung/lists/list-adoption-notices.html" %} - {% translate "Mehr Vermittlungen" %} -
- -
-
-

{% translate 'Karte' %}

- {% include "fellchensammlung/partials/partial-map.html" %} -
-
- - {% if how_to %} -
-

{{ how_to.title }}

- {{ how_to.content | render_markdown }} -
- {% endif %} - -{% endblock %} \ No newline at end of file