Credits-verbessert (Link und Darstellung)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user