Skip to content

Commit

Permalink
release 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baletu committed Apr 1, 2024
1 parent f5d62ce commit 4bca461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def get_version():
return '2024.03.25'
return '2024.4.1'
4 changes: 4 additions & 0 deletions simpleui/templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
{% endblock %}
</head>
<body class="bg">
{% block left %}
{% endblock %}
{% block main %}
<div class="login-decorator">
<div class="login-main">
{% block logo %}
<div class="logo">
Expand Down Expand Up @@ -106,6 +109,7 @@
<input type="hidden" name="next" value="{{ next }}"/>
</form>
{% endblock %}
</div>
</div>
{% endblock %}
{% include 'admin/includes/js-part.html' %}
Expand Down

0 comments on commit 4bca461

Please sign in to comment.