From c5abe180a8351279fddfb6a27050244272a9727d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 18 Dec 2022 01:42:18 +0300 Subject: Add missing CSRF tokens --- src/main/resources/templates/views/settings_main.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/resources/templates/views/settings_main.html') diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 678d4c6f..a0315244 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -6,6 +6,7 @@

Verify your account by adding email or social account

{% endif %}
+
Notification options

{% if telegram_name is not empty %} +

Telegram: {{ telegram_name }} @@ -34,6 +36,7 @@
{% if jids | length > 0 %} +
XMPP accounts @@ -63,6 +66,7 @@ E-mail +

Add account:
@@ -70,6 +74,7 @@

+

Your accounts:

{% for email in emails %} @@ -87,6 +92,7 @@ {% if emails is not empty %} +

You can receive notifications to email:
Sent to

Facebook: Enabled @@ -120,6 +127,7 @@ {% else %}
+
Facebook: Disabled @@ -136,6 +144,7 @@ Twitter {% if twitter_name is not empty %} +
Twitter: {{ twitter_name }} -- cgit v1.2.3