refactor: move to bulma
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{% extends "fellchensammlung/base_generic.html" %}
|
{% extends "fellchensammlung/base_bulma.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
|
|
||||||
{% block title %}<title>{% translate "403 Forbidden" %}</title>{% endblock %}
|
{% block title %}<title>{% translate "403 Forbidden" %}</title>{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>403 Forbidden</h1>
|
<h1 class="title is-1">403 Forbidden</h1>
|
||||||
<p>
|
<p>
|
||||||
{% blocktranslate %}
|
{% blocktranslate %}
|
||||||
Diese Aktion ist dir nicht erlaubt. Logge dich ein oder nutze einen anderen Account. Wenn du denkst, dass hier
|
Diese Aktion ist dir nicht erlaubt. Logge dich ein oder nutze einen anderen Account. Wenn du denkst, dass hier
|
||||||
|
Reference in New Issue
Block a user