admin/stats/events bug with no themes choices for conference

remotes/origin/stage3_release
Alexander Burdeiny 10 years ago
parent 20cf3e7929
commit cb7cdbc6fe
  1. 2
      stats_collector/admin.py

@ -281,7 +281,7 @@ class EventStatView(StatBaseView):
city_ids.update(e_city_ids)
city_ids.update(c_city_ids)
theme_ids.update(e_theme_ids)
theme_ids.update(e_theme_ids)
theme_ids.update(c_theme_ids)
tag_ids.update(e_tag_ids)
tag_ids.update(c_tag_ids)
for ids_set in [country_ids, city_ids, theme_ids, tag_ids]:

Loading…
Cancel
Save