Credits bei Fragen

This commit is contained in:
ben8
2025-06-13 20:36:06 +02:00
parent 78fbdc9cc6
commit 7fcad195bd
8 changed files with 67 additions and 5 deletions

View File

@@ -76,6 +76,12 @@
<option value="300" {% if standard_time_per_question == "300" or time_per_question == "300" %}selected{% endif %}>5 Minuten</option>
</select>
</div>
<label for="credits" class="block text-sm font-medium text-gray-700">Credits</label>
<div class="mt-1">
<textarea name="credits" rows="4"
class="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md"
>{{ credits }}</textarea>
</div>
<div class="flex justify-end space-x-3">
<a href="{% url 'library:detail_quiz' quiz.id %}"