added possibility for the admin to set the used nitter server in the admin panel

This commit is contained in:
Tobias Diekershoff 2021-03-08 07:41:06 +01:00
commit b45052c239
2 changed files with 31 additions and 2 deletions

5
templates/admin.tpl Normal file
View file

@ -0,0 +1,5 @@
<p>{{$settingdescription}}</p>
{{include file="field_input.tpl" field=$nitterserver}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>