fixed problem with ENABLED/DISABLED, issue 1689

This commit is contained in:
Massimo
2013-09-24 13:29:54 -05:00
parent c4042dc475
commit b67141b1ef
4 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
{{pass}}
</ul>
</div>
{{=button_enable(URL('enable',args=a), a)}}
{{=button_enable(URL('enable',args=a), a) if a!='admin' else ''}}
</td>
</tr>
{{pass}}