diff --git a/hypha/apply/funds/templates/funds/admin/widgets/read_only.html b/hypha/apply/funds/templates/funds/admin/widgets/read_only.html index f0198a013c..5372e75642 100644 --- a/hypha/apply/funds/templates/funds/admin/widgets/read_only.html +++ b/hypha/apply/funds/templates/funds/admin/widgets/read_only.html @@ -1,2 +1,13 @@ {% load i18n %} -
{% trans "View linked" %} {{ object.previous.stage }}
++ + {% trans "View linked" %} {{ object.previous.stage }} + +
{% endif %} {% if object.next %} -{% trans "View linked" %} {{ object.next.stage }}
++ + {% trans "View linked" %} {{ object.next.stage }} + +
{% endif %}{% trans "You must have Javascript enabled to use this form." %}
++ {% trans "You must have Javascript enabled to use this form." %} +
+ {% blocktrans %}Are you sure you want to delete "{{ object }}"?{% endblocktrans %} +
+{{ email_context.confirmation_text_extra|urlize }}
++ {{ email_context.confirmation_text_extra|urlize }} +
{% endif %} {% endwith %} diff --git a/hypha/apply/funds/templates/funds/submission_sealed.html b/hypha/apply/funds/templates/funds/submission_sealed.html index 06fa55fdec..0267ce8f14 100644 --- a/hypha/apply/funds/templates/funds/submission_sealed.html +++ b/hypha/apply/funds/templates/funds/submission_sealed.html @@ -17,14 +17,24 @@{% trans "As an admin you are allowed to access the application. However, this action will be recorded." %}
++ {% trans "As an admin you are allowed to access the application. However, this action will be recorded." %} +
{% endif %}