mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
added class for p
This commit is contained in:
@@ -8,7 +8,7 @@ Login
|
||||
<form class="bg-body-tertiary" method="POST">
|
||||
{{ form.hidden_tag() }}
|
||||
{% if feedback %}
|
||||
<p>{{feedback}}</p>
|
||||
<p class="feedback">{{feedback}}</p>
|
||||
{% endif %}
|
||||
<div>
|
||||
{{ form.username.label }} <br> {{ form.username() }}
|
||||
|
||||
Reference in New Issue
Block a user