Missing translation fixed.

This commit is contained in:
Alexey Skobkin 2017-01-10 02:48:57 +03:00
parent 290e3cb609
commit 22a61c2a67
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ Subscribed users: Подписчиков сервиса
Author: Автор
Subscriber: Подписчик
Last events: Последние события
Login: Логин
Username: Имя пользователя
Search: Поиск

View File

@ -14,7 +14,7 @@
{{ form_widget(form.login, {
'attr': {
'autocomplete': 'off',
'placeholder': 'login',
'placeholder': 'Login',
'autofocus': true
}
}) }}