Fix incorrect space between buttons

This commit is contained in:
Jonas Schäfer
2020-03-07 11:16:51 +01:00
parent 6e47c8141c
commit 8785a99621

View File

@@ -8,8 +8,7 @@
<p class="form-desc">Click below to log yourself out of the web portal. This does not affect any other connected devices.</p>
{{ form.csrf_token }}
<div class="f-bbox">
<a href="{{ url_for('user.index') }}" class="button secondary">Back</a>
<button type="submit" class="primary">Sign out</button>
<a href="{{ url_for('user.index') }}" class="button secondary">Back</a><button type="submit" class="primary">Sign out</button>
</div>
</form></div>
{% endblock %}