Skip to content

Commit

Permalink
allowing embedded view
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-garrido committed Sep 21, 2017
1 parent 558c016 commit 85af2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popular_proposal/urls.py
Expand Up @@ -39,7 +39,7 @@
ProposalWizardFullWithoutArea.as_view(),
name='propose_wizard_full_without_area'),
url(r'^detail/(?P<slug>[-\w]+)/?$',
PopularProposalDetailView.as_view(),
xframe_options_exempt(PopularProposalDetailView.as_view()),
name='detail'),
url(r'^d/(?P<pk>\d+)/?$',
PopularProposalDetailRedirectView.as_view(),
Expand Down

0 comments on commit 85af2bf

Please sign in to comment.