commit 0e7743e9013d55a4d64922090b206ddf4ed7f15d
parent 71e5db2e38cae62803c71608100dd761cbbaa8b3
Author: hooglo <[email protected]>
Date: Wed, 29 Jun 2022 19:19:04 +0200
Update register.html
aanpassingen
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/templates/register.html b/server/templates/register.html
@@ -4,7 +4,7 @@
<form method="POST" action="">
{{ form.hidden_tag() }}
<fieldset class="form-group">
- <legend class="border-bottom mb-4">Nu aanmelden!</legend>
+ <legend class="border-bottom mb-4">registreer hier</legend>
<div class="form-group">
{{ form.name.label(class="form-control-label") }}
@@ -131,6 +131,6 @@
</div>
<div class="border-top pt-3">
<small class="text-muted">Heeft u al een account? <a class="ml-2"
- href="{{ url_for('login') }}">Inloggen!</a></small>
+ href="{{ url_for('login') }}">log hier in</a></small>
</div>
{% endblock content %}
\ No newline at end of file