From 373f2834b2466d653648a792addf506e51e38b5f Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 14 Nov 2013 15:20:13 -0200 Subject: [PATCH] Adding feedback to user while setting email as primary - closes #59 --- src/accounts/templates/accounts/user_update_form.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/accounts/templates/accounts/user_update_form.html b/src/accounts/templates/accounts/user_update_form.html index 44cf3bb..6b9ff7f 100644 --- a/src/accounts/templates/accounts/user_update_form.html +++ b/src/accounts/templates/accounts/user_update_form.html @@ -4,6 +4,11 @@ {% block head_js %} {% endblock %} @@ -135,8 +154,8 @@ $(function() { {% trans "Primary" %} {% else %}
- - + +
{% endif %}
@@ -147,7 +166,7 @@ $(function() { {% gravatar user_.email 30 %} {{ email.address }}
- +

-- libgit2 0.21.2