From 2e102aaef77b789dd8cec199acdcc22782b3f906 Mon Sep 17 00:00:00 2001 From: Frank Duncan <frankduncan@opentechstrategies.com> Date: Fri, 12 Jan 2024 03:14:52 -0600 Subject: [PATCH] Remove vestige of public site from email base --- hypha/apply/activity/templates/messages/email/base.html | 2 +- hypha/locale/en/LC_MESSAGES/django.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypha/apply/activity/templates/messages/email/base.html b/hypha/apply/activity/templates/messages/email/base.html index d1d595f06..f7bb1109f 100644 --- a/hypha/apply/activity/templates/messages/email/base.html +++ b/hypha/apply/activity/templates/messages/email/base.html @@ -10,5 +10,5 @@ -- {{ ORG_LONG_NAME }} -{% if PUBLIC_SITE.root_url %}{{ PUBLIC_SITE.root_url }}{% elif ORG_URL %}{{ ORG_URL }}{% endif %} +{% if ORG_URL %}{{ ORG_URL }}{% endif %} {% block post_signature_content %}{% endblock %} diff --git a/hypha/locale/en/LC_MESSAGES/django.po b/hypha/locale/en/LC_MESSAGES/django.po index 94d685d60..e655f8bb3 100644 --- a/hypha/locale/en/LC_MESSAGES/django.po +++ b/hypha/locale/en/LC_MESSAGES/django.po @@ -1321,8 +1321,8 @@ msgid "" "selection criteria, please visit our website at %(ORG_URL)s." msgstr "" "For more information about our support options, review process, and " -"selection criteria, please visit our website at %(ORG_URL)s.\n" -"للمزيد من المعلومات Øول خيارات الدعم الخاصة بنا، وعملية المراجعة، ومعايير الاختيار، يرجى زيارة موقعنا على الويب على %(ORG_URL)s." +"selection criteria, please visit our website at %(ORG_URL)s/digital-rights-fund.\n" +"للمزيد من المعلومات Øول خيارات الدعم الخاصة بنا، وعملية المراجعة، ومعايير الاختيار، يرجى زيارة موقعنا على الويب على https://smex.org/ar/صندوق-الØقوق-الرقمية" #: hypha/apply/activity/templates/messages/email/submission_confirmation.html:16 msgid "Project name" -- GitLab