refactor: rename templates of main sites
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}<title>{% translate "Tierschutzorganisationen" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "Tierschutzorganisationen" %}</title>{% endblock %}
|
@@ -29,7 +29,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% block header %}
|
{% block header %}
|
||||||
{% include "fellchensammlung/bulma-header.html" %}
|
{% include "fellchensammlung/header.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% include "fellchensammlung/bulma-footer.html" %}
|
{% include "fellchensammlung/footer.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}<title>{{ user.get_full_name }}</title>{% endblock %}
|
{% block title %}<title>{{ user.get_full_name }}</title>{% endblock %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
{% block content %}
|
{% block content %}
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load crispy_forms_tags %}
|
{% load crispy_forms_tags %}
|
||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}<title>{% translate "Instanz-Check" %}</title> {% endblock %}
|
{% block title %}<title>{% translate "Instanz-Check" %}</title> {% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}<title>{% translate "Karte" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "Karte" %}</title>{% endblock %}
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}<title>{% translate "Modqueue" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "Modqueue" %}</title>{% endblock %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="title is-1">{% translate "Aktualitätscheck" %}</h1>
|
<h1 class="title is-1">{% translate "Aktualitätscheck" %}</h1>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}<title>{% translate "Suche" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "Suche" %}</title>{% endblock %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% translate "Aktualitätscheck" %}</h1>
|
<h1>{% translate "Aktualitätscheck" %}</h1>
|
||||||
|
@@ -61,7 +61,7 @@ def index(request):
|
|||||||
"announcements": active_announcements}
|
"announcements": active_announcements}
|
||||||
Text.get_texts(["how_to", "introduction"], lang, context)
|
Text.get_texts(["how_to", "introduction"], lang, context)
|
||||||
|
|
||||||
return render(request, 'fellchensammlung/bulma-index.html', context=context)
|
return render(request, 'fellchensammlung/index.html', context=context)
|
||||||
|
|
||||||
|
|
||||||
def change_language(request):
|
def change_language(request):
|
||||||
@@ -409,7 +409,7 @@ def about_bulma(request):
|
|||||||
|
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"fellchensammlung/bulma-about.html",
|
"fellchensammlung/about.html",
|
||||||
context=context
|
context=context
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -419,7 +419,7 @@ def render_text(request, text):
|
|||||||
|
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"fellchensammlung/bulma-one-text.html",
|
"fellchensammlung/one-text.html",
|
||||||
context=context
|
context=context
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -440,7 +440,7 @@ def terms_of_service(request):
|
|||||||
context = {"rules": rules, "text": text}
|
context = {"rules": rules, "text": text}
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"fellchensammlung/bulma-terms-of-service.html",
|
"fellchensammlung/terms-of-service.html",
|
||||||
context=context
|
context=context
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -600,7 +600,7 @@ def map_bulma(request):
|
|||||||
context = {"show_ANs": True,
|
context = {"show_ANs": True,
|
||||||
"show_rescue_orgs": True}
|
"show_rescue_orgs": True}
|
||||||
|
|
||||||
return render(request, 'fellchensammlung/bulma-map.html', context=context)
|
return render(request, 'fellchensammlung/map.html', context=context)
|
||||||
|
|
||||||
|
|
||||||
def metrics(request):
|
def metrics(request):
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load crispy_forms_tags %}
|
{% load crispy_forms_tags %}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "fellchensammlung/base_bulma.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Reference in New Issue
Block a user