You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/17 15:33:49 UTC

[02/35] git commit: [#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

[#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


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/fab7d22e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/fab7d22e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/fab7d22e

Branch: refs/heads/je/42cc_7657
Commit: fab7d22e437047ca1a6d50273f9626711314f1eb
Parents: 01e009f
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon Sep 15 18:45:39 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Sep 15 22:13:20 2014 +0000

----------------------------------------------------------------------
 Allura/allura/templates/user_prefs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/fab7d22e/Allura/allura/templates/user_prefs.html
----------------------------------------------------------------------
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 %}