Add source display to question review and improve wording in review start template
This commit is contained in:
@@ -104,12 +104,17 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
{# Generic feedback text if present #}
|
||||
{% if question.feedback %}
|
||||
<div class="mt-2"><strong>Feedback:</strong> {{ question.feedback|safe }}</div>
|
||||
{% endif %}
|
||||
|
||||
{% if question.source %}
|
||||
<div class="mt-2"><strong>Source:</strong> {{ question.source|safe }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% comment %} <span class="btn btn-sm btn-outline-success" data-bs-toggle="modal" data-bs-target="#reviewModal" hx-get="{% url 'sbas:question_set_review' question.pk %}?edit=1&new=1" hx-target="#review-form" hx-swap="innerHTML" hx-trigger="load">Add Review</button> {% endcomment %}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<h2>Review Questions</h2>
|
||||
|
||||
<p>Filter questions to review. Choose a category and/or a review status, then click Start to open the first matching question.</p>
|
||||
<p>Filter questions to review. Choose a category and/or a review status, then click Start to open the first matching question that needs reviewing.</p>
|
||||
|
||||
<form method="post" action="{% url 'sbas:question_review_next' %}">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user