Credits bei Fragen
This commit is contained in:
@@ -253,13 +253,29 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end">
|
||||
<div class="flex">
|
||||
{% if quiz.credits %}
|
||||
<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>
|
||||
<p class="text-gray-600 mb-2">Credits (Quiz): <span class="text-blue-600 font-bold overflow-auto break-words">{{ quiz.credits }}</span></p>
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
<div class="flex">
|
||||
<ul>
|
||||
|
||||
{% for question in questions %}
|
||||
|
||||
|
||||
|
||||
|
||||
{% if question.credits %}
|
||||
<li class="text-blue-600 font-bold overflow-auto break-words"> {{ question.credits }}<span class="font-medium text-gray-500"> (Frage: {{ forloop.counter }})</span> </li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user