Skip to content

Commit

Permalink
Fixed bug with incorrect url route in admin pageblock
Browse files Browse the repository at this point in the history
  • Loading branch information
n.lyubchich committed Jul 27, 2015
1 parent 178fdbf commit bea9318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def register_section(*, section_name, list_endpoint,
name='pageblock_detail',
create_form=PageBlockForm,
model=PageBlock,
success_url="pageblocks_list",
success_url="pageblock_list",
)

register_section(
Expand Down

0 comments on commit bea9318

Please sign in to comment.