.
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
href="{% url 'rapids:rapid_update' question.id %}" title="Edit the Question">Edit</a> <a
|
||||
href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Question using the admin interface">Admin
|
||||
Edit</a>
|
||||
{% if unmarked_answers_bool %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
This questions has unmarked answers. Are you sure you want to review?
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
{% if question.normal %}
|
||||
<h3>This question is normal</h3>
|
||||
Answers will be automatically marked.<br />
|
||||
|
||||
Reference in New Issue
Block a user