fix: basic styles, dont list table if no entries
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 09:59:48 +01:00
parent 3138a2964f
commit e50ffa50ee
4 changed files with 40 additions and 19 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<p>
You've been invited by {{ username }} to register an account!
You've been invited by {{ username }} 🎉
</p>
<form method="post" action="{{ url_for('form_keycloak_register') }}">
@ -22,7 +22,7 @@
<input type="hidden" name="invited_by" value="{{ username }}"/>
<input type="submit" />
<input type="submit" value="Register" />
</form>
{% endblock %}