Skip to content

Commit

Permalink
Merge 533d5a6 into 87a3528
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Nov 21, 2018
2 parents 87a3528 + 533d5a6 commit d6e8191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
license='CC0',
version='4.0.0',
version='4.0.1',
include_package_data=True,
packages=find_packages(),
install_requires=install_requires,
Expand Down
3 changes: 3 additions & 0 deletions wagtailflags/templates/wagtailflags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h2>Flags</h2>
{% endif %}
<td>is enabled when</td>
<td>
{% if condition.fn is None %}
<span title="condition does not exist" style="color: #e9b04d; font-family: wagtail;">!</span>
{% endif %}
<b>{{ condition.condition }}</b>
</td>
<td>is</td>
Expand Down

0 comments on commit d6e8191

Please sign in to comment.