Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
confucianzuoyuan committed Feb 19, 2019
1 parent 89b9a9a commit 4186d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ urlpatterns = [
<li class="col05">小计</li>
</ul>
{% for book in books_li %}
<ul class="books_list_td clearfix">
<ul class="book_list_td clearfix">
<li class="col01">{{ forloop.counter }}</li>
<li class="col02"><img src="{% static book.image %}"></li>
<li class="col03">{{ book.name }}</li>
Expand Down

0 comments on commit 4186d43

Please sign in to comment.