same as last commit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-25 08:15:30 +02:00
parent 10d06b7ba9
commit 03f9a69a0d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
{% if v and v.admin_level > 1 %}
<form action="/live/add" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<input class="form-control" style="display:inline;width:350px" autocomplete="off" type="text" name="id" class="form-control" placeholder="Enter channel id.." maxlength="24" required>
<input class="form-control" style="display:inline;width:350px" autocomplete="off" type="text" name="id" class="form-control" placeholder="Enter channel id or name.." maxlength="24" required>
<input autocomplete="off" class="btn btn-primary ml-auto" type="submit" onclick="disable(this)" value="Add Youtube Channel" style="margin-bottom:5px">
</form>
{% endif %}