commit ccd3efe1ea06f925df36ae1af773ef0433111492
parent 8ac8311f87bbf3a6264212c52e0eaa44d60a75ab
Author: hooglo <[email protected]>
Date: Wed, 29 Jun 2022 16:06:50 +0200
aangepaste register
Nederlands check
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">Nog vandaag meedoen!</legend>
+ <legend class="border-bottom mb-4">Nu aanmelden!</legend>
<div class="form-group">
{{ form.name.label(class="form-control-label") }}
@@ -130,7 +130,7 @@
</form>
</div>
<div class="border-top pt-3">
- <small class="text-muted">Heb jij al een account? <a class="ml-2"
+ <small class="text-muted">Heeft u al een account? <a class="ml-2"
href="{{ url_for('login') }}">Inloggen!</a></small>
</div>
{% endblock content %}
\ No newline at end of file