Skip to content

Commit

Permalink
第四课内容,修复
Browse files Browse the repository at this point in the history
  • Loading branch information
廖扬扬 committed Aug 23, 2018
1 parent 6598d14 commit 569ba9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

@admin.route('/')
def index():
return render_template('/base/home.html')
return render_template('/base/index.html')
2 changes: 1 addition & 1 deletion frontend/base/_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


<li class="active">
<a href="grid_options.html"><i class="fa fa-th-large"></i> <span class="nav-label">开始</span></a>
<a href="/admin"><i class="fa fa-th-large"></i> <span class="nav-label">开始</span></a>
</li>


Expand Down
2 changes: 1 addition & 1 deletion frontend/base/home.html → frontend/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="col-lg-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>Orders</h5>
<h5>Title</h5>
</div>
<div class="ibox-content">
<div class="row">
Expand Down

0 comments on commit 569ba9c

Please sign in to comment.