All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m12s
13 lines
689 B
HTML
13 lines
689 B
HTML
<div style="text-align: center; padding: 2rem;">
|
|
<div style="font-size: 3rem; margin-bottom: 1rem;">🎉</div>
|
|
<h2 style="margin-bottom: 1rem;">Quiz Slutfört!</h2>
|
|
<p style="color: var(--text-muted); margin-bottom: 2rem;">Bra jobbat! Du har besvarat alla tillgängliga frågor i
|
|
detta urval.</p>
|
|
<div style="display: flex; gap: 1rem; justify-content: center;">
|
|
<a href="{% url 'stats' %}" class="btn btn-secondary">Se Statistik</a>
|
|
<form action="{% url 'close_quiz' session.id %}" method="post">
|
|
{% csrf_token %}
|
|
<button type="submit" class="btn btn-primary">Avsluta & Gå Tillbaka</button>
|
|
</form>
|
|
</div>
|
|
</div> |