mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
remove unecessary form actions
This commit is contained in:
parent
bd5733ef11
commit
44c9cb0248
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
{%include 'error.html' %}
|
{%include 'error.html' %}
|
||||||
|
|
||||||
<div class="container centred">
|
<div class="container centred">
|
||||||
<form action="/bot/accounts/add" method="POST">
|
<form method="POST">
|
||||||
{% if session['step'] == 1 %}
|
{% if session['step'] == 1 %}
|
||||||
<label for="account" class="important">Account handle</label>
|
<label for="account" class="important">Account handle</label>
|
||||||
<input type="text" name="account" class="full-width" placeholder="@user@example.com">
|
<input type="text" name="account" class="full-width" placeholder="@user@example.com">
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{% include 'error.html' %}
|
{% include 'error.html' %}
|
||||||
|
|
||||||
<div class="container centred">
|
<div class="container centred">
|
||||||
<form action="/bot/create" method="POST">
|
<form method="POST">
|
||||||
{% if session['step'] == 1 %}
|
{% if session['step'] == 1 %}
|
||||||
<label for="instance" class="important">What instance will your bot's account be on?</label>
|
<label for="instance" class="important">What instance will your bot's account be on?</label>
|
||||||
<input type="text" name="instance" class="full-width" placeholder="botsin.space">
|
<input type="text" name="instance" class="full-width" placeholder="botsin.space">
|
||||||
|
|
Loading…
Reference in a new issue