File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
wagtailenforcer/views/axes Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99...
1010
11+ ## [ 1.1.7] - 2018-06-24
12+
13+ ### Added
14+
15+ - Fix reverse for blocklist
16+
17+
1118## [ 1.1.6] - 2018-06-22
1219
1320### Added
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'wagtailenforcer' ,
31- version = '1.1.6 ' ,
31+ version = '1.1.7 ' ,
3232 description = 'WagtailEnforcer, the Wagtail arm of the law.' ,
3333 author = 'Springload' ,
3434 author_email = 'hello@springload.co.nz' ,
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ def reset(request, id):
7070 else :
7171 messages .error (request , _ ("User '{0}' was not blocked." ).format (user ))
7272
73- return HttpResponseRedirect (reverse ('wagtailenforcer.views.axes.views.list ' ))
73+ return HttpResponseRedirect (reverse ('wagtailenforcer_blocked_users ' ))
You can’t perform that action at this time.
0 commit comments