Ошибка с новыми пользователями

This commit is contained in:
Vyacheslav Anzhiganov 2016-06-26 13:17:41 +03:00
parent 57cb36d786
commit b0330c36da
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@
{# <li><a href="{{ url_for('account.settings') }}">Настройки</a></li>#}
<li><a href="{{ url_for('account.password_update') }}">Смена пароля</a></li>
<li><a href="{{ url_for('account.sshkey') }}">SSH ключ</a></li>
<li><a href="{{ url_for('account.api') }}">API</a></li>
<li><a href="{{ url_for('account.api_index') }}">API</a></li>
</ul>

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='SWSCloudCore',
version='2.5.13',
version='2.5.14',
author='Vyacheslav Anzhiganov',
author_email='hello@anzhiganov.com',
packages=[