修正admin模板中硬编码的网站信息
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% load website_info %}
|
||||
{% verbatim %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
@@ -15,7 +16,6 @@
|
||||
<!-- global css end -->
|
||||
</head>
|
||||
|
||||
|
||||
<body ms-controller="admin">
|
||||
|
||||
<div id="browser-unsupported" style="display: none">人生苦短, 何必还在用这么老的浏览器~
|
||||
@@ -95,16 +95,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endverbatim %}
|
||||
<script src="/static/js/config.js"></script>
|
||||
<script src="/static/js/require.js"></script>
|
||||
<script src="/static/js/app/admin/admin.js"></script>
|
||||
|
||||
<!-- footer begin -->
|
||||
<div class="footer">
|
||||
<p class="text-muted text-center">Copyright © 2015 青岛大学信息工程学院 创新实验室</p>
|
||||
<p class="text-muted text-center">Copyright © 2016 {% autoescape off %}{% show_website_info "website_footer" %}{% endautoescape %}</p>
|
||||
</div>
|
||||
<!-- footer end -->
|
||||
</body>
|
||||
</html>
|
||||
{% endverbatim %}
|
||||
</html>
|
||||
Reference in New Issue
Block a user