mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
remove superfluous tpl action
This commit is contained in:
parent
20c9d5fe1d
commit
8ac1cf926c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div id='adminpage'>
|
||||
<h1>{{$title}} - {{$page}}</h1>
|
||||
|
||||
<form action="{{$baseurl}}/admin/logs/settings" method="post">
|
||||
<form action="{{$baseurl}}/admin/logs" method="post">
|
||||
<input type='hidden' name='form_security_token' value="{{$form_security_token}}">
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$debugging}}
|
||||
|
|
Loading…
Reference in a new issue