diff --git a/hypha/apply/dashboard/templates/dashboard/partner_dashboard.html b/hypha/apply/dashboard/templates/dashboard/partner_dashboard.html index d77ceeda19..548711f037 100644 --- a/hypha/apply/dashboard/templates/dashboard/partner_dashboard.html +++ b/hypha/apply/dashboard/templates/dashboard/partner_dashboard.html @@ -33,7 +33,7 @@
-
+
{{ determination.get_outcome_display }}
- + {% if determination.is_draft %}[{% trans "Draft" %}] {% endif %}{{ determination.get_outcome_display }} - {% if not HIDE_STAFF_IDENTITY or request.user.is_org_faculty %} {% trans "by" %} {{ determination.author }}{% endif %} diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html index 943785a986..ce4fd5a356 100644 --- a/hypha/apply/funds/templates/funds/application_base.html +++ b/hypha/apply/funds/templates/funds/application_base.html @@ -34,7 +34,7 @@
{% 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 %}{{ latest_activity_status }} {% if user.is_applicant and latest_activity.user != user %} ({{ ORG_SHORT_NAME }}){% else %}({{ latest_activity.user }}){% endif %} {{ latest_activity.timestamp }} {% if latest_activity_comment %} - + {% trans "View comment" %} {% endif %}
@@ -19,7 +19,7 @@{{ activity_status }} {% if user.is_applicant and activity.user != user %} ({{ ORG_SHORT_NAME }}){% else %}({{ activity.user }}){% endif %} {{ activity.timestamp }} {% if activity_comment %} - + {% trans "View comment" %} {% endif %}
@@ -40,4 +40,4 @@ {% heroicon_mini "arrow-up" class="inline align-text-bottom" aria_hidden=true %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/hypha/apply/projects/templates/application_projects/project_detail.html b/hypha/apply/projects/templates/application_projects/project_detail.html index a0b05ca5e6..4dfac6a2f6 100644 --- a/hypha/apply/projects/templates/application_projects/project_detail.html +++ b/hypha/apply/projects/templates/application_projects/project_detail.html @@ -14,7 +14,7 @@{% trans "Request changes or more information by " %}{{ paf_approval.user }}
diff --git a/hypha/apply/todo/templates/todo/todolist_item.html b/hypha/apply/todo/templates/todo/todolist_item.html index 7806701479..2d00fcf302 100644 --- a/hypha/apply/todo/templates/todo/todolist_item.html +++ b/hypha/apply/todo/templates/todo/todolist_item.html @@ -1,7 +1,7 @@ {% load i18n markdown_tags nh3_tags heroicons %}