]> git.0d.be Git - panikdb.git/commitdiff
fix hover style of add newsitem button
authorFrédéric Péters <fpeters@0d.be>
Sun, 2 Oct 2022 08:30:24 +0000 (10:30 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 2 Oct 2022 08:30:24 +0000 (10:30 +0200)
panikdb/templates/emissions/newscategory_list.html

index b55086b2934f5597a6d4add36f107fb5d1cf45d8..f646bb413f9eb70be88763fea2d4bff0b4b13c9a 100644 (file)
@@ -4,7 +4,7 @@
 {% block more-user-links %}
 {{ block.super }}
 {% if perms.emissions.add_newsitem %}
-<a class="button" href="{% url 'newsitem-add' %}">{% trans "Add a newsitem" %}</a>
+<a href="{% url 'newsitem-add' %}">{% trans "Add a newsitem" %}</a>
 {% endif %}
 {% endblock %}