Skip to content
Snippets Groups Projects
Commit 0767413f authored by grollicus's avatar grollicus
Browse files

reordered report page content

parent ae439ea3
Branches
Tags v30.0.1
No related merge requests found
......@@ -5,6 +5,10 @@
{% block content %}
{{ titleMacro.title(_("Help, there is a Problem...")) }}
{{ markdownMacro.markdown(markdown=page.rendered_body|safe) }}
<hr class="rc3-spacer">
<form method="POST" id="report_content" class="border p-0 bg-opaque mt-11 mb-8{% if form.errors %} border-danger{% endif %}">
<h2 class="text-center bg-white text-dark m-0 px-3 py-1">{{_("Report Content")}}</h2>
<div class="p-3">
......@@ -40,7 +44,4 @@
<hr class="rc3-spacer">
{{ markdownMacro.markdown(markdown=page.rendered_body|safe) }}
<hr class="rc3-spacer">
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment