forked from mirrors/bookwyrm
Removes trailing whitespace
This commit is contained in:
parent
9977b33a8d
commit
dbf925f176
1 changed files with 2 additions and 2 deletions
|
@ -53,12 +53,12 @@
|
||||||
id="id_password_register"
|
id="id_password_register"
|
||||||
aria-describedby="desc_password_register"
|
aria-describedby="desc_password_register"
|
||||||
>
|
>
|
||||||
|
|
||||||
{% include 'snippets/form_errors.html' with errors_list=register_form.password.errors id="desc_password_register" %}
|
{% include 'snippets/form_errors.html' with errors_list=register_form.password.errors id="desc_password_register" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="field is-grouped">
|
<div class="field">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<button class="button is-primary" type="submit">
|
<button class="button is-primary" type="submit">
|
||||||
{% trans "Sign Up" %}
|
{% trans "Sign Up" %}
|
||||||
|
|
Loading…
Reference in a new issue