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/).
88
99...
1010
11- ## [ 1.1.4 ] - 2018-06-21
11+ ## [ 1.1.5 ] - 2018-06-21
1212
1313### Fixed
1414
Original file line number Diff line number Diff line change 1919PY3 = sys .version_info [0 ] == 3
2020
2121install_requires = [
22- 'wagtail>=1.4 ' ,
22+ 'wagtail>=1.5 ' ,
2323 'django>=1.8' ,
2424 'django-password-policies-iplweb>=0.4.4b1' ,
2525 'django-axes>=2.0.0,<3.0.0' ,
2828
2929setup (
3030 name = 'wagtailenforcer' ,
31- version = '1.1.4 ' ,
31+ version = '1.1.5 ' ,
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 1313 < td > {{ attempt.username }}</ td >
1414 < td > {{ attempt.ip_address }}</ td >
1515 < 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 >
1717 </ tr >
1818 {% endfor %}
1919 </ tbody >
You can’t perform that action at this time.
0 commit comments