[#7677] change verification link to be protocol relative so referrer is always there (https/http switch may drop it) and after flash you go back to the right page
diff --git a/Allura/allura/templates/user_prefs.html b/Allura/allura/templates/user_prefs.html
index fec5dcd..913bf8b 100644
--- a/Allura/allura/templates/user_prefs.html
+++ b/Allura/allura/templates/user_prefs.html
@@ -93,7 +93,7 @@
                 {% if obj.confirmed %}
                   yes
                 {% else %}
-                  no (<a href="{{g.url('/auth/send_verification_link', a=a)}}">verify</a>)
+                  no (<a href="/auth/send_verification_link?a={{a}}">verify</a>)
                 {% endif %}
               </td>
               {% else %}