Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion loads/templates/loads/activity_confirm_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h5 class="text-info-emphasis font-monospace">{{ object}}</h5>
<form method="post">{% csrf_token %}
{{ form }}
<p class="mt-3">
<input type="submit" class="btn btn-warning me-4" role="button" value="Confirm">
<input type="submit" class="btn btn-danger me-4" role="button" value="Confirm">
<a class="btn btn-primary" role="button" href="{% url 'activities_index' %}">Cancel</a>
</p>
</form>
Expand Down
2 changes: 1 addition & 1 deletion loads/templates/loads/modules/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h5>Assessment resources</h5>
{# if forloop.first #}
{# This won't work since we may have a resource without signoff #}
<div class="col-2 wam-hide-on-print p-0 pe-2 text-end">
<a class="btn btn-sm btn-warning" role="button" href="{% url 'delete_assessment_sign_off' signoff.id %}">
<a class="btn btn-sm btn-danger" role="button" href="{% url 'delete_assessment_sign_off' signoff.id %}">
delete
</a>
</div>
Expand Down