Fix URL for ban edit page

This commit is contained in:
Dmitriy Simushev 2014-09-04 10:38:17 +00:00
parent cbc119382b
commit cf6e7f625a

View File

@ -59,7 +59,7 @@
<a class="removelink" id="i{{banid}}" href="{{csrfProtectedRoute "ban_delete" ban_id=banid}}"> <a class="removelink" id="i{{banid}}" href="{{csrfProtectedRoute "ban_delete" ban_id=banid}}">
{{l10n "remove"}} {{l10n "remove"}}
</a>, </a>,
<a href="{{route "ban_edit" ban_id=banid}}/edit" <a href="{{route "ban_edit" ban_id=banid}}"
onclick="this.newWindow = window.open('{{route "ban_edit" ban_id=banid}}', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">{{l10n "edit"}}</a> onclick="this.newWindow = window.open('{{route "ban_edit" ban_id=banid}}', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">{{l10n "edit"}}</a>
</td> </td>
</tr> </tr>