forked from ticketfrei/ticketfrei
removing redundant p tags
This commit is contained in:
parent
cae74a5715
commit
55a804f0d6
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Log in with Mastodon</h2>
|
<h2>Log in with Mastodon</h2>
|
||||||
<p>
|
|
||||||
<form action="/login/mastodon" method='post'>
|
<form action="/login/mastodon" method='post'>
|
||||||
<label for="email">E-Mail of your Mastodon-Account</label>
|
<label for="email">E-Mail of your Mastodon-Account</label>
|
||||||
<input type="text" placeholder="Enter Email" name="email" id="email" required>
|
<input type="text" placeholder="Enter Email" name="email" id="email" required>
|
||||||
|
@ -64,7 +63,6 @@
|
||||||
</datalist>
|
</datalist>
|
||||||
<input name='confirm' value='Log in' type='submit'/>
|
<input name='confirm' value='Log in' type='submit'/>
|
||||||
</form>
|
</form>
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue