diff --git a/atlas/views.py b/atlas/views.py index 341c7e54..304dcc1c 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -524,7 +524,7 @@ class SeriesView(LoginRequiredMixin, SingleTableMixin, FilterView): filterset_class = SeriesFilter class ConditionView(LoginRequiredMixin, SingleTableMixin, FilterView): - model = Series + model = Condition table_class = ConditionTable template_name = "atlas/view.html"