Skip to content

Commit

Permalink
ft-ammends-page_subtitle-156687756
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbett committed May 3, 2018
1 parent c877070 commit ee5f321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hc/front/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ def unresolved_checks(request):

counter = Counter()
down_tags = set()
checks = [ch for ch in checks if ch.get_status() == "down"]
for check in checks:
status = check.get_status()

for tag in check.tags_list():
if tag == "down_tag":
if tag == "":
continue

counter[tag] += 1
Expand Down
2 changes: 1 addition & 1 deletion templates/front/unresolved.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="col-sm-12">
<h1>
{% if request.team == request.user.profile %}
My Checks
My Unresolved Checks
{% else %}
{{ request.team.team_name }}
{% endif %}
Expand Down

0 comments on commit ee5f321

Please sign in to comment.