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 @@