Browse Source
{% site_name %} -> {{ site_name }} so we can use blocktrans tags for L10N
pull/406/head
{% site_name %} -> {{ site_name }} so we can use blocktrans tags for L10N
pull/406/head
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
49 changed files with 138 additions and 135 deletions
-
5hc/front/context_processors.py
-
10hc/settings.py
-
2templates/accounts/billing.html
-
2templates/accounts/change_email.html
-
6templates/accounts/check_token_submit.html
-
8templates/accounts/login.html
-
2templates/accounts/notifications.html
-
6templates/accounts/profile.html
-
2templates/accounts/set_password.html
-
2templates/accounts/unsubscribed.html
-
10templates/base.html
-
2templates/base_bare.html
-
6templates/front/badges.html
-
2templates/front/base_docs.html
-
4templates/front/channels.html
-
6templates/front/docs_cron.html
-
2templates/front/docs_single.html
-
2templates/front/filtering_rules_modal.html
-
2templates/front/log.html
-
2templates/front/projects.html
-
2templates/front/unsubscribe_success.html
-
2templates/front/verify_email_success.html
-
28templates/front/welcome.html
-
2templates/integrations/add_apprise.html
-
4templates/integrations/add_discord.html
-
4templates/integrations/add_email.html
-
6templates/integrations/add_matrix.html
-
4templates/integrations/add_mattermost.html
-
6templates/integrations/add_msteams.html
-
4templates/integrations/add_opsgenie.html
-
4templates/integrations/add_pagertree.html
-
4templates/integrations/add_pd.html
-
12templates/integrations/add_pdc.html
-
8templates/integrations/add_prometheus.html
-
4templates/integrations/add_pushbullet.html
-
4templates/integrations/add_pushover.html
-
12templates/integrations/add_pushover_help.html
-
4templates/integrations/add_shell.html
-
4templates/integrations/add_slack.html
-
20templates/integrations/add_slack_btn.html
-
2templates/integrations/add_sms.html
-
4templates/integrations/add_spike.html
-
10templates/integrations/add_telegram.html
-
4templates/integrations/add_trello.html
-
6templates/integrations/add_victorops.html
-
2templates/integrations/add_whatsapp.html
-
10templates/integrations/add_zulip.html
-
12templates/payments/pricing.html
-
2templates/payments/pricing_not_owner.html
@ -0,0 +1,5 @@ |
|||
from django.conf import settings |
|||
|
|||
|
|||
def branding(request): |
|||
return {"site_name": settings.SITE_NAME, "site_root": settings.SITE_ROOT} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue