changed target of approve form
parent
408a52c1ec
commit
1d8254bf2f
|
@ -24,8 +24,7 @@
|
||||||
<div class="well" style="text-align:center">
|
<div class="well" style="text-align:center">
|
||||||
<h1>Approve New Site</h1>
|
<h1>Approve New Site</h1>
|
||||||
|
|
||||||
<form name="confirmationForm" style="display:inline" action="<%=request.getContextPath()%>/oauth/authorize"
|
<form name="confirmationForm" style="display:inline" action="<%=request.getContextPath()%>/authorize" method="post">
|
||||||
method="post">
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4 offset2 well-small" style="text-align:left">
|
<div class="span4 offset2 well-small" style="text-align:left">
|
||||||
|
|
Loading…
Reference in New Issue