remove unecessary form actions

This commit is contained in:
Lynne Megido 2019-09-10 16:10:58 +10:00
parent bd5733ef11
commit 44c9cb0248
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
{%include 'error.html' %}
<div class="container centred">
<form action="/bot/accounts/add" method="POST">
<form method="POST">
{% if session['step'] == 1 %}
<label for="account" class="important">Account handle</label>
<input type="text" name="account" class="full-width" placeholder="@user@example.com">

View File

@ -14,7 +14,7 @@
{% include 'error.html' %}
<div class="container centred">
<form action="/bot/create" method="POST">
<form method="POST">
{% if session['step'] == 1 %}
<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">