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/).
8
8
9
9
...
10
10
11
+ ## [ 1.1.7] - 2018-06-24
12
+
13
+ ### Added
14
+
15
+ - Fix reverse for blocklist
16
+
17
+
11
18
## [ 1.1.6] - 2018-06-22
12
19
13
20
### Added
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'wagtailenforcer' ,
31
- version = '1.1.6 ' ,
31
+ version = '1.1.7 ' ,
32
32
description = 'WagtailEnforcer, the Wagtail arm of the law.' ,
33
33
author = 'Springload' ,
34
34
author_email = 'hello@springload.co.nz' ,
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ def reset(request, id):
70
70
else :
71
71
messages .error (request , _ ("User '{0}' was not blocked." ).format (user ))
72
72
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