diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/domain-list.html | 2 | ||||
-rw-r--r-- | template/login.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/template/domain-list.html b/template/domain-list.html index 52d819e..fcc7b23 100644 --- a/template/domain-list.html +++ b/template/domain-list.html @@ -13,7 +13,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=USER_DOMAINPART>/<TMPL_VAR NAME=USER_LOCALPART>/?a=edit" ><TMPL_VAR NAME=USER_LOCALPART>@<TMPL_VAR NAME=USER_DOMAINPART></a> - | <a href="<TMPL_VAR NAME=URL>?a=logout">Log out</a> + | <a href="<TMPL_VAR NAME=URL>/?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/login.html b/template/login.html index e0f648b..6ed2a7e 100644 --- a/template/login.html +++ b/template/login.html @@ -16,8 +16,7 @@ <h2>Administrator Panel</h2> <br/> <br/> - <form class="loginform" name="loginform" - method="post" action="./" > + <form class="loginform" name="loginform" method="post" > <table class="loginform"> <tr> <td class="label">Username</td> |