design_changes

This commit is contained in:
ben8
2025-03-15 15:53:16 +01:00
parent 6b83f26fc0
commit 8119f202d3
5 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<h1>Übersicht</h1>
<div class="flex justify-end">
<a href="{% url 'library:new_quiz' %}" class="text-white bg-blue-500 px-4 py-2 rounded-md mb-12">Neues Quiz erstellen</a>
</div>