Skip to content

Commit 0c7f89a

Browse files
committed
fixup! allow first markers to see and copy across last years answers
1 parent 2f60c0b commit 0c7f89a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

crowdsourcer/templates/crowdsourcer/authority_audit_questions.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ <h3 class="h5 text-muted mb-3 mb-lg-4">Audited response</h3>
155155
<div class="mb-3">
156156
<!-- TODO: Make this button work -->
157157
<button class="btn btn-sm {% if q_form.ror.agree_with_response is True %}btn-outline-success{% else %}btn-outline-primary{% endif %} d-flex align-items-center js-copy-audit-response-from-first-mark" type="button">
158-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="me-2" viewBox="0 0 16 16">
159-
<path d="M9.5 2.672a.5.5 0 1 0 1 0V.843a.5.5 0 0 0-1 0v1.829Zm4.5.035A.5.5 0 0 0 13.293 2L12 3.293a.5.5 0 1 0 .707.707L14 2.707ZM7.293 4A.5.5 0 1 0 8 3.293L6.707 2A.5.5 0 0 0 6 2.707L7.293 4Zm-.621 2.5a.5.5 0 1 0 0-1H4.843a.5.5 0 1 0 0 1h1.829Zm8.485 0a.5.5 0 1 0 0-1h-1.829a.5.5 0 0 0 0 1h1.829ZM13.293 10A.5.5 0 1 0 14 9.293L12.707 8a.5.5 0 1 0-.707.707L13.293 10ZM9.5 11.157a.5.5 0 0 0 1 0V9.328a.5.5 0 0 0-1 0v1.829Zm1.854-5.097a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L8.646 5.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0l1.293-1.293Zm-3 3a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L.646 13.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0L8.354 9.06Z"/>
160-
</svg>
158+
{% include 'crowdsourcer/icons/magic-wand.svg' %}
161159
Copy from First Mark
162160
</button>
163161
</div>

crowdsourcer/templates/crowdsourcer/authority_questions_with_previous.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ <h3 class="h5 text-muted mb-3 mb-lg-4">New response</h3>
124124

125125
<div class="mb-3">
126126
<button class="btn btn-sm btn-outline-primary d-flex align-items-center js-copy-response-from-previous" type="button">
127-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="me-2" viewBox="0 0 16 16">
128-
<path d="M9.5 2.672a.5.5 0 1 0 1 0V.843a.5.5 0 0 0-1 0v1.829Zm4.5.035A.5.5 0 0 0 13.293 2L12 3.293a.5.5 0 1 0 .707.707L14 2.707ZM7.293 4A.5.5 0 1 0 8 3.293L6.707 2A.5.5 0 0 0 6 2.707L7.293 4Zm-.621 2.5a.5.5 0 1 0 0-1H4.843a.5.5 0 1 0 0 1h1.829Zm8.485 0a.5.5 0 1 0 0-1h-1.829a.5.5 0 0 0 0 1h1.829ZM13.293 10A.5.5 0 1 0 14 9.293L12.707 8a.5.5 0 1 0-.707.707L13.293 10ZM9.5 11.157a.5.5 0 0 0 1 0V9.328a.5.5 0 0 0-1 0v1.829Zm1.854-5.097a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L8.646 5.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0l1.293-1.293Zm-3 3a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L.646 13.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0L8.354 9.06Z"/>
129-
</svg>
127+
{% include 'crowdsourcer/icons/magic-wand.svg' %}
130128
Copy from Previous Response
131129
</button>
132130
</div>
Loading

0 commit comments

Comments
 (0)