From 2eacf93ebc0307ce3dcad51fe2d75b963780068b Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 16 Jan 2024 22:59:14 +0100 Subject: [PATCH] missing file --- alerts/templates/alerts/issue_alert.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 alerts/templates/alerts/issue_alert.txt diff --git a/alerts/templates/alerts/issue_alert.txt b/alerts/templates/alerts/issue_alert.txt new file mode 100644 index 0000000..5330570 --- /dev/null +++ b/alerts/templates/alerts/issue_alert.txt @@ -0,0 +1,10 @@ +{# note: order of text here is adapted for legibility when there is no layout, i.e. it's different from the html version on purpose #}There is {{ alert_article }} {{ alert_reason }} issue on project "{{ project_name }}". + +The issue title is: +{{ issue_title|truncatechars:100 }} + +View it on {{ site_name }}: +{{ issue_url }} + +Manage notification settings: +{{ settings_url }}