Skip to content

Commit 6dca87f

Browse files
committed
Add information about related conent to the delete confirmation template.
1 parent 6722f8a commit 6dca87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opentech/apply/funds/templates/funds/applicationsubmission_confirm_delete.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ <h2 class="heading heading--no-margin">Deleting: {{ object.title }}</h2>
1414
<div class="wrapper--sidebar--inner">
1515
<form class="form" action="" method="post">
1616
{% csrf_token %}
17-
<p>Are you sure you want to delete "{{ object }}"?</p>
17+
<p><strong>Are you sure you want to delete "{{ object }}"?</strong></p>
18+
<p>All content related to this submission will also be deleted. This includes reviews, determinations and comments.</p>
1819
<input class="button button--warning button--submit button--top-space" type="submit"value="Confirm" />
1920
</form>
2021
</div>

0 commit comments

Comments
 (0)