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

[2/2] 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/2be2ce62
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/2be2ce62
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/2be2ce62

Branch: refs/heads/db/7677
Commit: 2be2ce626fc6353b56a96f19370837569d83cce0
Parents: 64a05dc
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 18:45:39 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/2be2ce62/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 %}