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/pm_inbox.html | 1 + src/main/resources/templates/views/pm_sent.html | 1 + src/main/resources/templates/views/settings_about.html | 1 + src/main/resources/templates/views/settings_main.html | 9 +++++++++ src/main/resources/templates/views/signup.html | 2 ++ 5 files changed, 14 insertions(+) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/views/pm_inbox.html b/src/main/resources/templates/views/pm_inbox.html index f89b2923..10cd0a30 100644 --- a/src/main/resources/templates/views/pm_inbox.html +++ b/src/main/resources/templates/views/pm_inbox.html @@ -17,6 +17,7 @@
{{ msg | formatMessage }}
+
diff --git a/src/main/resources/templates/views/pm_sent.html b/src/main/resources/templates/views/pm_sent.html index f0af71d3..2f95dad1 100644 --- a/src/main/resources/templates/views/pm_sent.html +++ b/src/main/resources/templates/views/pm_sent.html @@ -1,6 +1,7 @@ {% extends "layouts/default" %} {% block content %} +
To:
diff --git a/src/main/resources/templates/views/settings_about.html b/src/main/resources/templates/views/settings_about.html index 5e308671..94cd9058 100644 --- a/src/main/resources/templates/views/settings_about.html +++ b/src/main/resources/templates/views/settings_about.html @@ -2,6 +2,7 @@ {% block content %}
+

Full name:

Country:

URL:
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 }} diff --git a/src/main/resources/templates/views/signup.html b/src/main/resources/templates/views/signup.html index d3742734..ad5f8dfb 100644 --- a/src/main/resources/templates/views/signup.html +++ b/src/main/resources/templates/views/signup.html @@ -14,6 +14,7 @@ + @@ -31,6 +32,7 @@ + -- cgit v1.2.3