Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Aug 9, 2017
1 parent 01d0bd5 commit 76345da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybossa/view/admin.py
Expand Up @@ -382,7 +382,7 @@ def update_category(id):
def announcement():
"""Manage anncounements."""
announcements = announcement_repo.get_all_announcements()
response = dict(template='admin/announcement.html', # template='admin/announcement.html',
response = dict(template='admin/announcement.html',
title=gettext("Manage global Announcements"),
announcements=announcements,
csrf=generate_csrf())
Expand Down

0 comments on commit 76345da

Please sign in to comment.