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 %} -
{{ widget.value }}
{% if widget.edit_link %}
{% trans "Edit" %}
{% endif %} + +
+ {{ widget.value }} +
+ +{% if widget.edit_link %} +
+ + {% trans "Edit" %} + +
+{% endif %} diff --git a/hypha/apply/funds/templates/funds/applicationrevision_list.html b/hypha/apply/funds/templates/funds/applicationrevision_list.html index 215c5b776b..d595af9a9c 100644 --- a/hypha/apply/funds/templates/funds/applicationrevision_list.html +++ b/hypha/apply/funds/templates/funds/applicationrevision_list.html @@ -5,7 +5,15 @@ {% block content %} {% adminbar %} {% slot header %}{% trans "Revisions" %}{% endslot %} - {% slot sub_heading %}{% trans "For" %} {{ submission.title_text_display }}{% endslot %} + {% slot sub_heading %} + {% trans "For" %} + + {{ submission.title_text_display }} + + {% endslot %} {% endadminbar %}
@@ -19,11 +27,19 @@ ({% trans "current" %}) {% endif %} {% if revision.is_draft %} - ({% trans "draft" %}) + ({% trans "draft" %}) + {% endif %}

+ {% if not forloop.first %} - {% trans "Compare" %} + + {% trans "Compare" %} + {% endif %} {% endfor %} diff --git a/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html b/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html index 048e2718ab..41dcae8c92 100644 --- a/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html +++ b/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html @@ -2,7 +2,10 @@ {% load i18n static workflow_tags review_tags determination_tags translate_tags heroicons %} {% block sidebar_top %} -