Skip to content

Commit

Permalink
Rename result layer popup templates for better visibility #38
Browse files Browse the repository at this point in the history
  • Loading branch information
4lm committed Jun 5, 2019
1 parent 1e693b4 commit eaaf557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions views/detail_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ class RegInfrasAviationDetailView(MasterDetailView):
# TODO: Remove/alter after test
class RegMunPopResultDetailView(MasterDetailView):
model = models.RegMunPopResult
template_name = 'stemp_abw/popups/pop_result.html'
template_name = 'stemp_abw/popups/result_pop.html'

def get_context_data(self, **kwargs):
context = super(RegMunPopResultDetailView, self).get_context_data(**kwargs)
Expand Down Expand Up @@ -769,4 +769,4 @@ def build_chart(self):
# TODO: Remove/alter after test
class RegMunPopDensityResultDetailView(MasterDetailView):
model = models.RegMunPopDensityResult
template_name = 'stemp_abw/popups/pop_density_result.html'
template_name = 'stemp_abw/popups/result_pop_density.html'

0 comments on commit eaaf557

Please sign in to comment.