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 class="bg-body-tertiary" method="POST">
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
{% if feedback %}
|
{% if feedback %}
|
||||||
<p>{{feedback}}</p>
|
<p class="feedback">{{feedback}}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
<div>
|
||||||
{{ form.username.label }} <br> {{ form.username() }}
|
{{ form.username.label }} <br> {{ form.username() }}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ form {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.feedback {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user