File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
wagtailenforcer/templates/wagtailenforcer Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
...
10
10
11
+ ## [ 1.1.4] - 2018-06-21
12
+
13
+ ### Fixed
14
+
15
+ - Issue with dotted view ref in template url
16
+
11
17
## [ 1.1.3] - 2018-05-17
12
18
13
19
### Fixed
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'wagtailenforcer' ,
31
- version = '1.1.3 ' ,
31
+ version = '1.1.4 ' ,
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 13
13
< td > {{ attempt.username }}</ td >
14
14
< td > {{ attempt.ip_address }}</ td >
15
15
< td > {{ attempt.user_agent }}</ td >
16
- < td > < a href ="{% url 'wagtailenforcer.views.axes.views.reset ' attempt.id %} " class ="button "> {% trans "Unblock" %}</ a > </ td >
16
+ < td > < a href ="{% url ''wagtailenforcer_unblock_user ' attempt.id %} " class ="button "> {% trans "Unblock" %}</ a > </ td >
17
17
</ tr >
18
18
{% endfor %}
19
19
</ tbody >
You can’t perform that action at this time.
0 commit comments