merge_email_verifier #3

Merged
tracer merged 23 commits from merge_email_verifier into master 2022-11-04 10:35:23 +01:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit 5505856982 - Show all commits

View File

@ -82,14 +82,14 @@
</div>
{% endfor %}
<div class="col m-3" id="main_content">
{% block body %}
<h1 class="q-title-show">Quote of the Moment</h1>
<div class="q-display p-3">
{# <i class="fa fa-quote-left"></i> #}
<p class="d-inline">
{{ quote | raw }}
</p>
<h1 class="title-show">Quote of the Moment</h1>
<div class="quote-box p-3">
<i class="fa fa-quote-left"></i><br>
{{ quote | raw | nl2br }}
</div>
{% endblock %}
</div>