diff options
Diffstat (limited to 'src/main/resources/templates/views/settings_main.html')
-rw-r--r-- | src/main/resources/templates/views/settings_main.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 5c809bc1..a6cca7a3 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;padding:20px;">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> @@ -18,7 +18,7 @@ </fieldset> </form> <fieldset> - <legend style="background: url(/durov.png) no-repeat; padding-left: 58px; line-height: 48px; background-size: contain"> + <legend style="background: url(/durov.png) no-repeat; padding-left: 58px; line-height: 48px; background-size: contain;"> Telegram</legend> {% if telegram_name is not empty %} <form action="/settings" method="post"> @@ -47,7 +47,7 @@ <label><input type="radio" name="delete" value="xmpp-unauth;{{ auth.account }}">{{ auth.account }}</label> — <a href="#" - onclick="alert(\'To confirm, please send "AUTH {{ auth.getAuthCode() }}" (without quotes) from this account to "juick@juick.com".\'); return false;">Confirm</a><br/> + onclick="alert('To confirm, please send "AUTH {{ auth.getAuthCode() }}" (without quotes) from this account to "juick@juick.com".'); return false;">Confirm</a><br/> {% endfor %} </p> {% if jids | length > 1 %} @@ -102,7 +102,7 @@ <!--/email_off--> {% endif %} <p> </p> - <p>You can post to Juick via e-mail. Send your <span style="text-decoration: underline">plain text</span> + <p>You can post to Juick via e-mail. Send your <span style="text-decoration: underline;">plain text</span> messages to <span><a href="mailto:juick@juick.com">juick@juick.com</a></span>. You can attach one photo or video file.</p> </fieldset> <fieldset> |