forked from ticketfrei/ticketfrei
fixing settings issue with required forms
This commit is contained in:
parent
02a6e0509b
commit
ce2301c260
|
@ -78,7 +78,7 @@
|
||||||
The botfather will give you an API key - with the API key, Ticketfrei can use the Telegram bot. Enter it here:
|
The botfather will give you an API key - with the API key, Ticketfrei can use the Telegram bot. Enter it here:
|
||||||
</p>
|
</p>
|
||||||
<form action="/settings/telegram" method="post">
|
<form action="/settings/telegram" method="post">
|
||||||
<input type="text" name="apikey" placeholder="Telegram bot API key" id="apikey" required>
|
<input type="text" name="apikey" placeholder="Telegram bot API key" id="apikey">
|
||||||
<input name='confirm' value='Login with Telegram' type='submit'/>
|
<input name='confirm' value='Login with Telegram' type='submit'/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue