From 7e7b2c68d5b1de828ecdd6205a91d89bbebc5c6d Mon Sep 17 00:00:00 2001 From: guohongze Date: Fri, 10 May 2019 11:56:17 +0800 Subject: [PATCH] fix branch paging --- templates/branches/branch_list.html | 10 +++++----- templates/footer.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/branches/branch_list.html b/templates/branches/branch_list.html index 9fca90c4..37787383 100644 --- a/templates/branches/branch_list.html +++ b/templates/branches/branch_list.html @@ -26,7 +26,7 @@
-
+ {% csrf_token %}
@@ -37,11 +37,11 @@
- +
@@ -56,8 +56,8 @@ - +
- + 分支名称 分支地址
  • {{ branch.name }}
  • {{ branch.address }} {{ branch.owner.phone }} {{ branch.owner.name }} {{ branch.owner.phone }} @@ -77,7 +77,7 @@