Skip to content

Commit

Permalink
Merge pull request #15 from springload/hotfix
Browse files Browse the repository at this point in the history
fix template
  • Loading branch information
tacitus authored Jun 21, 2018
2 parents 5caba8a + 2efd4f6 commit a61a86d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

...

## [1.1.4] - 2018-06-21
## [1.1.5] - 2018-06-21

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PY3 = sys.version_info[0] == 3

install_requires = [
'wagtail>=1.4',
'wagtail>=1.5',
'django>=1.8',
'django-password-policies-iplweb>=0.4.4b1',
'django-axes>=2.0.0,<3.0.0',
Expand All @@ -28,7 +28,7 @@

setup(
name='wagtailenforcer',
version='1.1.4',
version='1.1.5',
description='WagtailEnforcer, the Wagtail arm of the law.',
author='Springload',
author_email='hello@springload.co.nz',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<td>{{ attempt.username }}</td>
<td>{{ attempt.ip_address }}</td>
<td>{{ attempt.user_agent }}</td>
<td><a href="{% url ''wagtailenforcer_unblock_user' attempt.id %}" class="button">{% trans "Unblock" %}</a></td>
<td><a href="{% url 'wagtailenforcer_unblock_user' attempt.id %}" class="button">{% trans "Unblock" %}</a></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit a61a86d

Please sign in to comment.