autofocus of signup form on first field
This commit is contained in:
parent
25fc35c857
commit
eb6f142bf8
2 changed files with 6 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
{{ profile_form|crispy }}
|
||||
<button class="btn btn-link" type="submit">
|
||||
<button class="btn btn-success" type="submit">
|
||||
{% trans "Sign Up" %}
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue