aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list-domains.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:32:10 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:39:50 +0100
commit5002c89470b511dea3bb8eb64c81a71b7788fa0f (patch)
treeabdda09ec1f429fb6ae3d72b9f5182ca48efaf8f /templates/list-domains.html
parent28efba729bbd2687016cf122c1b01c2e8b09c202 (diff)
wibble
Diffstat (limited to 'templates/list-domains.html')
-rw-r--r--templates/list-domains.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list-domains.html b/templates/list-domains.html
index c5c662b..e0fe52e 100644
--- a/templates/list-domains.html
+++ b/templates/list-domains.html
@@ -36,9 +36,9 @@
<td><span class="domain"><TMPL_UNLESS NAME=isPending><a
href="<TMPL_VAR NAME=URI>/"></TMPL_UNLESS><TMPL_VAR NAME=name><TMPL_UNLESS NAME=isPending></a></TMPL_UNLESS></span></td>
<td><TMPL_IF NAME=isPending
- ><form class="unlock" method="post" action="<TMPL_VAR NAME=domain>/?"
+ ><form class="unlock" method="post" action="<TMPL_VAR NAME=name>/?"
><input type="text" name="unlock" size="32"
- ><input type="hidden" name="domain" value="<TMPL_VAR NAME=domain>"
+ ><input type="hidden" name="domain" value="<TMPL_VAR NAME=name>"
/><input type="submit" name="submit" value="Unlock domain"
/></form
><TMPL_ELSE><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF