remove unnecessary action=sign

lektura
max.mehl 2020-04-03 11:07:46 +02:00
parent 60edaa9b85
commit 238c0b1898
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@
<input name="url" type="text" />
</label>
<br />
<button name="action" value="sign" type="submit" class="btn btn-default btn-xl">{{ i18n "action_form_submit" }}</button>
<button type="submit" class="btn btn-default btn-xl">{{ i18n "action_form_submit" }}</button>
</form>