Add categories and new colors #7

Merged
thisfro merged 10 commits from dev into main 2023-07-08 17:46:08 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 8356902e3a - Show all commits

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Not found" %}
{% trans "Forbidden" %}
{% endblock title %}
{% block content %}
<div>

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Not found" %}
{% trans "Forbidden" %}
{% endblock title %}
{% block content %}
<div>

View file

@ -1,12 +1,12 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Not found" %}
{% trans "Server error" %}
{% endblock title %}
{% block content %}
<div>
<h1 class="mb-5">
<span class="badge bg-danger">Error 500</span> {% trans "Forbidden" %}
<span class="badge bg-danger">Error 500</span> {% trans "Server error" %}
</h1>
<p class="mb-5 blockquote w-75 m-auto">
{% blocktrans %}Uh-oh! The delicate balance of the botanical realms has been disrupted. The forces of nature are in disarray, and our plant guardians are diligently working to restore harmony. We apologize for any inconvenience caused during this mystical turbulence. Please bear with us as we channel our magic to mend the rupture. Please contact us, if you have any information that could help to dispel the dark magic!{% endblocktrans %}