python学习
This commit is contained in:
10
web/templates/error/error.html
Normal file
10
web/templates/error/error.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "common/layout_user.html" %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="panel panel-default gray-bg text-center" style="min-height: 600px;line-height: 600px;">
|
||||
<div class="panel-body gray-bg" style="font-size: 18px;">
|
||||
<p>{{ msg }},<a href="{{ buildUrl('/') }}">返回首页</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user