Skip to content

Commit

Permalink
remove duplicate django messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaddem committed Feb 2, 2021
1 parent 0b8421a commit 97943e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions project-templates/staff/matches/match_detail.html
Expand Up @@ -6,14 +6,6 @@
{% endblock %}

{% block body %}
{% if messages %}
<ul class="messages">
{% for message in messages %}
<li class="{{ message.tags }}">{{ message }}</li>
{% endfor %}
</ul>
{% endif %}

<a href="{% url 'staff:match_create_dispute' pk=match.pk %}"><button class="btn btn-danger">FORCE DISPUTE</button></a>

<table class="table">
Expand Down

0 comments on commit 97943e4

Please sign in to comment.