Skip to content

Commit fe71c79

Browse files
committed
fixup! form to store section properties
1 parent 11d4000 commit fe71c79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crowdsourcer/templates/crowdsourcer/authority_properties.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ <h3 class="mb-4 mb-md-5 text-success">
2828

2929
{% csrf_token %}
3030
{% bootstrap_form form %}
31-
<input class="btn btn-primary" type="submit" value="Save">
31+
32+
<div class="sticky-bottom py-3 bg-white border-top" style="margin-top: -1px;">
33+
<input type="submit" class="btn btn-primary" value="Save answers">
34+
</div>
3235
</form>
3336

3437
{% endif %}

0 commit comments

Comments
 (0)