refactor: Move to bulma

This commit is contained in:
2025-06-17 07:05:40 +02:00
parent 037f6529fd
commit e79aca4efa

View File

@@ -1,9 +1,9 @@
{% extends "fellchensammlung/base_generic.html" %}
{% extends "fellchensammlung/base_bulma.html" %}
{% load i18n %}
{% block title %}<title>{% translate "Modqueue" %}</title> %}{% endblock %}
{% 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>
{% for report in reports %}
{% include "fellchensammlung/partials/partial-report.html" %}