diff --git a/hypha/apply/funds/templates/funds/email/confirmation.html b/hypha/apply/funds/templates/funds/email/confirmation.html index 795829bc14127cabb3414c8e23463024da250731..24ab2d9fde1f29b1efc32941aa46cb63fd85c8c8 100644 --- a/hypha/apply/funds/templates/funds/email/confirmation.html +++ b/hypha/apply/funds/templates/funds/email/confirmation.html @@ -5,7 +5,7 @@ {% trans "If you have any questions, please submit them here" %}: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}#communications -{% blocktrans %}If you have issues accessing the submission system or general inquiries, please email us at {{ ORG_EMAIL}}.{% endblocktrans %} +{% blocktrans %}If you have issues accessing the submission system or general inquiries, please email us at {{ ORG_EMAIL }}.{% endblocktrans %} {% blocktrans %}For more information about our support options, review process, and selection criteria, please visit our website at {{ ORG_URL }}.{% endblocktrans %} diff --git a/hypha/public/utils/context_processors.py b/hypha/public/utils/context_processors.py index a99ee6e3f126dda0f9c2543421d374f3cea51031..f0c59999c6f4108a1c3832f54563a5177fb39a66 100644 --- a/hypha/public/utils/context_processors.py +++ b/hypha/public/utils/context_processors.py @@ -15,6 +15,7 @@ def global_vars(request): 'ORG_SHORT_NAME': settings.ORG_SHORT_NAME, 'ORG_EMAIL': settings.ORG_EMAIL, 'ORG_GUIDE_URL': settings.ORG_GUIDE_URL, + 'ORG_URL': settings.ORG_URL, 'MATOMO_URL': settings.MATOMO_URL, 'MATOMO_SITEID': settings.MATOMO_SITEID, 'CURRENCY_SYMBOL': settings.CURRENCY_SYMBOL,