We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84445fa + bd229c2 commit 736ed56Copy full SHA for 736ed56
common/templates/2fa.html
@@ -8,6 +8,8 @@
8
<link href="{% static 'bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
9
<link href="{% static 'bootstrap-select/css/bootstrap-select.min.css' %}" rel="stylesheet">
10
<link href="{% static 'dist/css/login.css' %}" rel="stylesheet">
11
+ <link href="{% static 'style.css' %}" rel="stylesheet">
12
+
13
<!-- HTML5 Shim 和 Respond.js 用于让 IE8 支持 HTML5元素和媒体查询 -->
14
<!-- 注意: 如果通过 file:// 引入 Respond.js 文件,则该文件无法起效果 -->
15
<!--[if lt IE 9]>
0 commit comments