Skip to content

Commit 4560d57

Browse files
committed
add how marked and read only indicators to weighting page
1 parent fdfc452 commit 4560d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crowdsourcer/templates/crowdsourcer/questions/weightings.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h3 class="mb-4">Types and Weightings for {{ section.title }} questions</h3>
3434
<div class="mb-dd-4">
3535
<span class="fw-bold">{{ question_form.instance.number_and_part }}</span>
3636
{{ question_form.instance.description }}
37+
({{ question_form.instance.how_marked }}{% if question_form.instance.read_only %} + read only{% endif %})
3738
</div>
3839
</div>
3940

0 commit comments

Comments
 (0)