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 2016/01/08 20:30:17 UTC

[12/50] [abbrv] allura git commit: [#7919] remove double-slash, which doesn't resolve with gunicorn

[#7919] remove double-slash, which doesn't resolve with gunicorn


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

Branch: refs/heads/master
Commit: 42a672239fbebb288c54541e4fb0b2d09b3aeb38
Parents: c34222a
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Dec 7 11:22:17 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jan 8 14:06:15 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/allura/blob/42a67223/Allura/allura/ext/admin/templates/project_install_tool.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/templates/project_install_tool.html b/Allura/allura/ext/admin/templates/project_install_tool.html
index b4d560b..8d378d0 100644
--- a/Allura/allura/ext/admin/templates/project_install_tool.html
+++ b/Allura/allura/ext/admin/templates/project_install_tool.html
@@ -5,7 +5,7 @@
 
 <h1> Installing {{ tool.tool_label }} </h1>
 
-<form method="post" action="{{ full_url }}/admin/update_mounts" id="install_form">
+<form method="post" action="{{ full_url }}admin/update_mounts" id="install_form">
     <input type="hidden" name="new.ordinal" value="{{ total_mounts }}"/>
     <input type="hidden" name="new.ep_name" class="new_ep_name" value="{{ tool_name }}">
     <label class="grid-13" for="new.mount_label">Label</label>