Skip to content

Commit

Permalink
fix bug-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtianyan committed Apr 19, 2020
1 parent 08ceea2 commit 574c079
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
70 changes: 36 additions & 34 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/org-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>机构类别</h2>
<div class="cont">
<a href="?city={{ city_id }}&keywords={{ search_keywords }}"><span class="{% ifequal category "" %}active2{% endifequal %}">全部</span></a>

<a href="?ct=pxjg&city={{ city.id }}&keywords={{ search_keywords }}"><span class="{% ifequal category "pxjg" %}active2{% endifequal %}">培训机构</span></a>
<a href="?ct=pxjg&city={{ city_id }}&keywords={{ search_keywords }}"><span class="{% ifequal category "pxjg" %}active2{% endifequal %}">培训机构</span></a>

<a href="?ct=gx&city={{ city_id }}&keywords={{ search_keywords }}"><span class="{% ifequal category "gx" %}active2{% endifequal %}">高校</span></a>

Expand Down

0 comments on commit 574c079

Please sign in to comment.