File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
wagtailenforcer/templates/wagtailenforcer Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
...
10
10
11
- ## [ 1.1.4 ] - 2018-06-21
11
+ ## [ 1.1.5 ] - 2018-06-21
12
12
13
13
### Fixed
14
14
Original file line number Diff line number Diff line change 19
19
PY3 = sys .version_info [0 ] == 3
20
20
21
21
install_requires = [
22
- 'wagtail>=1.4 ' ,
22
+ 'wagtail>=1.5 ' ,
23
23
'django>=1.8' ,
24
24
'django-password-policies-iplweb>=0.4.4b1' ,
25
25
'django-axes>=2.0.0,<3.0.0' ,
28
28
29
29
setup (
30
30
name = 'wagtailenforcer' ,
31
- version = '1.1.4 ' ,
31
+ version = '1.1.5 ' ,
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_unblock_user' 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