Fix indentation and formatting

This commit is contained in:
spikecodes
2021-11-23 22:23:29 -08:00
parent 6d73024183
commit 85ae7c1f60
7 changed files with 27 additions and 43 deletions

View File

@ -4,10 +4,10 @@
{% block content %}
<div id="wall">
<h1>{{ title }}</h1>
<br>
<br>
<p>{{ msg }}</p>
<form action="/r/{{ sub }}?redir={{ url }}" method="POST">
<form action="/r/{{ sub }}?redir={{ url }}" method="POST">
<input id="save" type="submit" value="Continue">
</form>
</form>
</div>
{% endblock %}