WIP Impelement more stuff
This commit is contained in:
@@ -3,4 +3,15 @@
|
||||
{% block title %}Mein Dashboard{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if errors|length %}
|
||||
<div class="border border-red-500 rounded-md p-4 text-red-500 mb-8">
|
||||
<ul>
|
||||
{% for error in errors %}
|
||||
<li>
|
||||
{{ error.message }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user