diff options
Diffstat (limited to 'src/main/resources/templates/views/settings_main.html')
-rw-r--r-- | src/main/resources/templates/views/settings_main.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 65fbc984..8f9178d0 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -2,6 +2,9 @@ {% block content %} <article> <h1>Настройки</h1> + {%if not visitor.verified %} + <h2 style="color: red;">Verify your account by adding email or social account</h2> + {% endif %} <form action="/settings" method="POST" enctype="multipart/form-data"> <fieldset> <legend>Notification options</legend> |