Skip to content

Commit

Permalink
Tap review 3 comments after updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjamc committed Mar 25, 2024
1 parent 9df6064 commit c7b72e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions common/jinja2/common/edit_description.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
{% call django_form(action=object.get_url("edit")) %}
{{ crispy(form) }}
{% endcall %}
{{ govukDetails({
"summaryText": "Help with formatting description",
"html": description_help_html
}) }}
</div>
</div>
{% endblock %}
2 changes: 1 addition & 1 deletion footnotes/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Meta:
footnote_type = forms.ModelChoiceField(
label="Footnote type",
help_text=(
"The footnote type will determine whether it can be"
"The footnote type will determine whether it can be "
"associated with measures, commodity codes, or both."
),
queryset=models.FootnoteType.objects.latest_approved(),
Expand Down
2 changes: 1 addition & 1 deletion workbaskets/jinja2/workbaskets/delete_workbasket.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<p class="govuk-body">Are you sure you want to permanently delete workbasket {{ object.pk }}?</p>

{{ govukWarningText({
"text": "Deleted workbaskets can not be recovered.",
"text": "Deleted workbaskets cannot be recovered.",
"iconFallbackText": "Warning"
}) }}

Expand Down

0 comments on commit c7b72e0

Please sign in to comment.