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