Ошибка с новыми пользователями
This commit is contained in:
parent
57cb36d786
commit
b0330c36da
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
2
setup.py
2
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Add table
Reference in a new issue