diff options
author | Vitaly Takmazov | 2018-12-03 17:01:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-03 17:01:03 +0300 |
commit | f418a0bfda83f6a19059209c7e7c5904d3e67a2a (patch) | |
tree | 88730e1c21b736f8ff4eee6ac343503685da2317 /src/main/resources/templates/views/settings_main.html | |
parent | ff72f0b789fe7f2e6689de8cc990bdc8fa00f9da (diff) |
www: warn unverified users
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> |