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