diff --git a/src/fellchensammlung/templates/fellchensammlung/bulma-styleguide.html b/src/fellchensammlung/templates/fellchensammlung/bulma-styleguide.html deleted file mode 100644 index c0ea9e9..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/bulma-styleguide.html +++ /dev/null @@ -1,120 +0,0 @@ -{% extends "fellchensammlung/base_bulma.html" %} -{% load i18n %} -{% load static %} -{% block title %}{% translate "Styleguide für Bulma" %}{% endblock %} - - - -{% block content %} -
-
-

- Hello World -

-

- Notfellchen bald mit Bulma? -

-
-
-
-
-
- Placeholder image -
-
-
-
-
-
- Placeholder image -
-
-
-

John Smith

-

@johnsmith

-
-
- -
- Süße Ratte sucht Zuhause - #responsive -
- -
-
-
-
-
-
- Placeholder image -
-
-
-
-
-
- Placeholder image -
-
-
-

John Smith

-

@johnsmith

-
-
- -
- Süßeste Ratte sucht Zuhause - #responsive -
- -
-
-
-
-
-
- Placeholder image -
-
-
-
-
-
- Placeholder image -
-
-
-

John Smith

-

@johnsmith

-
-
- -
- Süßere Ratte sucht Zuhause - #responsive -
- -
-
-
-
-
-{% endblock %} \ No newline at end of file diff --git a/src/fellchensammlung/templates/fellchensammlung/search.html b/src/fellchensammlung/templates/fellchensammlung/search.html deleted file mode 100644 index 57d9503..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/search.html +++ /dev/null @@ -1,89 +0,0 @@ -{% extends "fellchensammlung/base_generic.html" %} -{% load i18n %} - -{% block title %}{% translate "Suche" %}{% endblock %} - -{% block content %} - {% get_current_language as LANGUAGE_CODE_CURRENT %} -
- -
- {% include "fellchensammlung/partials/partial-map.html" %} -
-
- {% include "fellchensammlung/lists/list-adoption-notices.html" %} - - -{% endblock %} diff --git a/src/fellchensammlung/templates/fellchensammlung/styleguide.html b/src/fellchensammlung/templates/fellchensammlung/styleguide.html deleted file mode 100644 index 74639e2..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/styleguide.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "fellchensammlung/base_generic.html" %} -{% load i18n %} -{% load static %} -{% block title %}{% translate "Styleguide" %}{% endblock %} - -{% block content %} -

This is a heading

-

And this is a short paragraph below

-
-

Card Containers

-
-

I am a card

-

Cards are responsive. Use them to display multiple items of the same category

-
-
-

Photos

-

Cards are responsive. Use them to display multiple items of the same category

- A rat sitting on a wooden house -
-
-
- -
- {% include "fellchensammlung/partials/partial-map.html" %} -
-
- {% include "fellchensammlung/lists/list-adoption-notices.html" %} -{% endblock %} diff --git a/src/fellchensammlung/views.py b/src/fellchensammlung/views.py index 8131544..5ce1420 100644 --- a/src/fellchensammlung/views.py +++ b/src/fellchensammlung/views.py @@ -705,14 +705,6 @@ def export_own_profile(request): return HttpResponse(full_json, content_type="application/json") -def styleguide(request): - context = {"geocoding_api_url": settings.GEOCODING_API_URL, } - return render(request, 'fellchensammlung/styleguide.html', context=context) - - -def styleguide_bulma(request): - return render(request, 'fellchensammlung/bulma-styleguide.html') - @login_required def rescue_organization_check(request):