refactor: Move to bulma
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{% extends "fellchensammlung/base_generic.html" %}
|
{% extends "fellchensammlung/base_bulma.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block title %}<title>{% translate "Modqueue" %}</title> %}{% endblock %}
|
{% block title %}<title>{% translate "Modqueue" %}</title> %}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% translate "Modqueue" %}</h1>
|
<h1 class="title is-1">{% translate "Modqueue" %}</h1>
|
||||||
<p>{% translate "Erlaube oder blockiere Vermittlungsanzeigen die bisher noch zurückgehalten werden " %}</p>
|
<p>{% translate "Erlaube oder blockiere Vermittlungsanzeigen die bisher noch zurückgehalten werden " %}</p>
|
||||||
{% for report in reports %}
|
{% for report in reports %}
|
||||||
{% include "fellchensammlung/partials/partial-report.html" %}
|
{% include "fellchensammlung/partials/partial-report.html" %}
|
||||||
|
Reference in New Issue
Block a user