From bbbef0deb8877f25e7884eb08a5dcfe552e313e8 Mon Sep 17 00:00:00 2001 From: Wes Appler Date: Thu, 2 Jan 2025 16:41:04 -0500 Subject: [PATCH] Added `mailto` urls where we display emails --- .../apply/funds/templates/funds/includes/rendered_answers.html | 2 +- hypha/apply/users/templates/wagtailusers/users/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypha/apply/funds/templates/funds/includes/rendered_answers.html b/hypha/apply/funds/templates/funds/includes/rendered_answers.html index 29042007c5..a169981598 100644 --- a/hypha/apply/funds/templates/funds/includes/rendered_answers.html +++ b/hypha/apply/funds/templates/funds/includes/rendered_answers.html @@ -42,7 +42,7 @@
{% trans "Legal Name" %}
{% if request.user.is_
{% trans "E-mail" %}
- {{ object.get_email_display }} + {{ object.user.email }}
{% if object.get_address_display != "-" %}
diff --git a/hypha/apply/users/templates/wagtailusers/users/list.html b/hypha/apply/users/templates/wagtailusers/users/list.html index b776d4ac93..e22de9f301 100644 --- a/hypha/apply/users/templates/wagtailusers/users/list.html +++ b/hypha/apply/users/templates/wagtailusers/users/list.html @@ -43,7 +43,7 @@ {% user_listing_buttons user %} - {{ user.get_username }} + {{ user.get_username }} {% comment %} {% if user.is_superuser %}{% trans "Admin" %}{% endif %} {% endcomment %} {% if user.is_superuser %}