0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/templates/emails
Pēteris Caune 642d436ae9
Add absolute_site_logo_url template tag
This commit adds a {% absolute_site_logo_url %} template tag.
The tag emits an absolute url pointing to either
SITE_LOGO_URL or to the fallback picture.

The tag is used in base email template, in slack message
template, and in "Add MS Teams" page.

This commit also fixes a couple instances where absolute URLs
were constructed like so:

    {% site_root %}/docs/

This would result in incorrect links if Healthchecks is not
running at webserver's root. The correct way is:

    {% site_root %}{% url 'hc-docs' %}

Finally, this commit removes stuff/logo.svg and
stuff/logo-full.svg. Selfhosted sites should not use the
official Healthchecks.io logos, so no point keeping them around
there.
2021-08-13 14:57:15 +03:00
..
alert-body-html.html Added formatting on ping.body in emails 2021-03-08 12:38:48 +02:00
alert-body-text.html Replace details_url with cloaked_url in email and chat notifications 2021-03-04 16:55:05 +02:00
alert-subject.html Don't escape HTML in the subject line of notification emails 2020-03-25 17:18:14 +02:00
base.html Add absolute_site_logo_url template tag 2021-08-13 14:57:15 +03:00
deletion-notice-body-html.html Management command for sending inactive account notifications 2019-03-13 00:38:34 +02:00
deletion-notice-body-text.html Management command for sending inactive account notifications 2019-03-13 00:38:34 +02:00
deletion-notice-subject.html Management command for sending inactive account notifications 2019-03-13 00:38:34 +02:00
invoice-body-html.html Tweak HTML and CSS in alert emails. 2018-11-14 11:04:48 +02:00
invoice-body-text.html Invoices to email. 2018-01-09 16:45:38 +02:00
invoice-subject.html Invoices to email. 2018-01-09 16:45:38 +02:00
login-body-html.html Add absolute_site_logo_url template tag 2021-08-13 14:57:15 +03:00
login-body-text.html Add absolute_site_logo_url template tag 2021-08-13 14:57:15 +03:00
login-subject.html Move project-specific settings to a new "Project Settings" page 2019-01-22 15:44:54 +02:00
phone-call-limit-body-html.html SMS and phone calls now have separate "limit reached" email templates. 2020-08-03 18:00:48 +03:00
phone-call-limit-body-text.html SMS and phone calls now have separate "limit reached" email templates. 2020-08-03 18:00:48 +03:00
phone-call-limit-subject.html SMS and phone calls now have separate "limit reached" email templates. 2020-08-03 18:00:48 +03:00
report-body-html.html Update report templates for weekly reports 2021-05-26 09:48:23 +03:00
report-body-text.html Update report templates for weekly reports 2021-05-26 09:48:23 +03:00
report-subject.html Update report templates for weekly reports 2021-05-26 09:48:23 +03:00
sms-limit-body-html.html 5 SMS & WhatsApp sends/mo for free plans 2019-10-30 18:31:10 +02:00
sms-limit-body-text.html 5 SMS & WhatsApp sends/mo for free plans 2019-10-30 18:31:10 +02:00
sms-limit-subject.html SMS and phone calls now have separate "limit reached" email templates. 2020-08-03 18:00:48 +03:00
sudo-code-body-html.html Add require_sudo_mode decorator 2020-11-13 11:08:06 +02:00
sudo-code-body-text.html Add require_sudo_mode decorator 2020-11-13 11:08:06 +02:00
sudo-code-subject.html Add require_sudo_mode decorator 2020-11-13 11:08:06 +02:00
summary-downtimes-html.html Fix off-by-one-month error in monthly reports, downtime columns 2021-07-02 15:22:51 +03:00
summary-html.html Replace details_url with cloaked_url in email and chat notifications 2021-03-04 16:55:05 +02:00
summary-text.html Refactor: change Check.get_status(with_started=...) default value from True to False (with_started=False is or will be useful in more places) 2020-06-25 15:23:59 +03:00
transfer-request-body-html.html Send an "Ownership Transfer Request" email notification. 2020-04-13 15:04:59 +03:00
transfer-request-body-text.html Send an "Ownership Transfer Request" email notification. 2020-04-13 15:04:59 +03:00
transfer-request-subject.html Send an "Ownership Transfer Request" email notification. 2020-04-13 15:04:59 +03:00
verify-email-body-html.html made changes more concise 2016-09-22 14:56:15 -07:00
verify-email-body-text.html made changes more concise 2016-09-22 14:56:15 -07:00
verify-email-subject.html made changes more concise 2016-09-22 14:56:15 -07:00