diff options
author | Vitaly Takmazov | 2018-12-04 15:01:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-04 15:01:36 +0300 |
commit | b81074c605eb4aded8d19ae9063cb9aa414ab633 (patch) | |
tree | 103fb431e25cdb6f3ab9b167715be51c046103d4 /src | |
parent | 3fab0ea148aea0ef1995ef47d5ff0f003b10a1e5 (diff) |
durov.png
Diffstat (limited to 'src')
-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 0eba9662..1179d797 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -18,7 +18,7 @@ </fieldset> </form> <fieldset> - <legend style="background: url(//telegram.org/favicon.ico?3) no-repeat; padding-left: 58px; line-height: 48px;"> + <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"> |