Skip to content
Snippets Groups Projects
Commit 5df6a10d authored by HeJ's avatar HeJ
Browse files

Merge branch 'feature/reorder_report_page_components' into 'develop'

reordered report page content

See merge request !506
parents ae439ea3 0767413f
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
{% block content %} {% block content %}
{{ titleMacro.title(_("Help, there is a Problem...")) }} {{ 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 %}"> <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> <h2 class="text-center bg-white text-dark m-0 px-3 py-1">{{_("Report Content")}}</h2>
<div class="p-3"> <div class="p-3">
...@@ -40,7 +44,4 @@ ...@@ -40,7 +44,4 @@
<hr class="rc3-spacer"> <hr class="rc3-spacer">
{{ markdownMacro.markdown(markdown=page.rendered_body|safe) }}
<hr class="rc3-spacer">
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment