Update 2026-06-10 11:45:26

This commit is contained in:
yi
2026-06-10 11:45:27 +08:00
parent 5f25392908
commit 29d1359859
14 changed files with 3161 additions and 300 deletions
+13
View File
@@ -0,0 +1,13 @@
{% load i18n admin_static %}<!DOCTYPE html>
<html lang="zh-hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}登录 | 智捷ERP{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{% static "css/modern_ui.css" %}" />
{% block extrastyle %}{% endblock %}
</head>
<body class="login-page">
{% block content %}{% endblock %}
</body>
</html>