Skip to content

Commit

Permalink
Merge pull request #66 from jhonatan-lopes/bugfix/outdated-css-file
Browse files Browse the repository at this point in the history
Remove outdated css file
  • Loading branch information
Stormheg authored Dec 13, 2023
2 parents 52fd72c + d46e06a commit 4b76a50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@
{% endif %}
</div>
{% endblock %}

{% block extra_css %}
{{ block.super }}
<link rel="stylesheet" href="{% versioned_static 'wagtailadmin/css/layouts/compare-revisions.css' %}" type="text/css" />
{% endblock %}
5 changes: 0 additions & 5 deletions wagtail_ab_testing/templates/wagtail_ab_testing/compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
{% include "./includes/comparison.html" %}
</div>
{% endblock %}

{% block extra_css %}
{{ block.super }}
<link rel="stylesheet" href="{% versioned_static 'wagtailadmin/css/layouts/compare-revisions.css' %}" type="text/css" />
{% endblock %}

0 comments on commit 4b76a50

Please sign in to comment.