aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_form.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-08-31 15:52:14 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-08-31 15:52:14 +0200
commit0ba22318c4ac4b03d50030c5ada27b639d033a40 (patch)
tree3ca567148611c66cea1e2ee0ad4ced5b67f1ab80 /templates/registration/password_reset_form.html
parentgraghics improvement for mobile, and more modular (diff)
downloadscout-subs-0ba22318c4ac4b03d50030c5ada27b639d033a40.tar.gz
scout-subs-0ba22318c4ac4b03d50030c5ada27b639d033a40.zip
variables for accent color
Diffstat (limited to 'templates/registration/password_reset_form.html')
-rw-r--r--templates/registration/password_reset_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html
index 5789900..94a3269 100644
--- a/templates/registration/password_reset_form.html
+++ b/templates/registration/password_reset_form.html
@@ -10,7 +10,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>
</div>
</div>