Skip to content
Snippets Groups Projects
Commit e0a3d257 authored by Martin Mareš's avatar Martin Mareš
Browse files

Join: More styling issues...

parent ad6b8f57
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
{% if error %} {% if error %}
<p class=error>{{ error }}</p> <p class=error>{{ error }}</p>
<p><span class=button><a href='{{ url_for('index') }}'>Go to main page</a></span></p> <div class=buttons>
<a href='{{ url_for('index') }}' class=button>Go to main page</a>
</div>
{% else %} {% else %}
<form method="POST" action="?"> <form method="POST" action="?">
{{ form.csrf_token }} {{ form.csrf_token }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment