Skip to content

Commit 09a7093

Browse files
authored
Merge pull request #14 from springload/view-fix
Fix dotted view ref
2 parents 3014256 + 6bd7204 commit 09a7093

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
...
1010

11+
## [1.1.4] - 2018-06-21
12+
13+
### Fixed
14+
15+
- Issue with dotted view ref in template url
16+
1117
## [1.1.3] - 2018-05-17
1218

1319
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='wagtailenforcer',
31-
version='1.1.3',
31+
version='1.1.4',
3232
description='WagtailEnforcer, the Wagtail arm of the law.',
3333
author='Springload',
3434
author_email='hello@springload.co.nz',

wagtailenforcer/templates/wagtailenforcer/list_attempts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td>{{ attempt.username }}</td>
1414
<td>{{ attempt.ip_address }}</td>
1515
<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>
1717
</tr>
1818
{% endfor %}
1919
</tbody>

0 commit comments

Comments
 (0)