diff options
Diffstat (limited to 'templates/registration/password_reset_confirm.html')
-rw-r--r-- | templates/registration/password_reset_confirm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html index b0b46a4..e77ecfe 100644 --- a/templates/registration/password_reset_confirm.html +++ b/templates/registration/password_reset_confirm.html @@ -11,7 +11,7 @@ {% csrf_token %} {{ form.as_p }} <br> - <button class="btn waves-effect waves-light" type="submit">Invia</button> + <button class="btn waves-effect waves-light {{color}}" type="submit">Invia</button> </form> {% else %} <p> |