Credits-verbessert (Link und Darstellung)

This commit is contained in:
ben8
2025-06-13 18:04:44 +02:00
parent c56d850dfa
commit 4e399a5423

View File

@@ -255,7 +255,8 @@
<div class="flex justify-end">
{% if quiz.credits %}
<p class="text-gray-600 mb-2">Credits:<span class="text-blue-600 font-bold"> {{ quiz.credits }}</span></p>
<p class="text-gray-600 mb-2">Credits:<span class="text-blue-600 font-bold overflow-auto break-words"> <a href="{{ quiz.credits }}">{{ quiz.credits }}</a></span></p>
{% endif %}
</div>