NIHVIVO-155 Corrections to redirections after fake self-editing form submissions
This commit is contained in:
parent
6837626931
commit
fd2676da55
2 changed files with 51 additions and 42 deletions
|
@ -9,11 +9,11 @@
|
|||
<form action="<c:url value="/admin/fakeselfedit"/>" >
|
||||
<input type="text" name="netid" value="${netid}"/>
|
||||
<input type="hidden" name="force" value="1"/>
|
||||
<input type="submit" value="use this netid for testing"/>
|
||||
<input type="submit" value="use this netid for testing"/>
|
||||
</form>
|
||||
|
||||
|
||||
<form action="<c:url value="fakeselfedit"/>" >
|
||||
<br />
|
||||
<form action="<c:url value="/admin/fakeselfedit"/>" >
|
||||
<input type="hidden" name="stopfaking" value="1"/>
|
||||
<input type="submit" value="stop using netid for testing"/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue