]> git.0d.be Git - django-panik-emissions.git/commitdiff
add button class to header links
authorFrédéric Péters <fpeters@0d.be>
Mon, 28 Aug 2023 08:32:56 +0000 (10:32 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 28 Aug 2023 08:32:56 +0000 (10:32 +0200)
emissions/templates/emissions/manage/categories_list.html
emissions/templates/emissions/manage/formats_list.html
emissions/templates/emissions/manage/news_categories_list.html

index f44be4310f0cb205ded7ff0ce9e15477ba87a85a..1d46afff95ad961604ae95031a40566242e3853f 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block more-user-links %}
   {{ block.super }}
-  <a href="{% url 'emission-list' %}">{% trans "Back to emissions" %}</a>
+  <a class="button" href="{% url 'emission-list' %}">{% trans "Back to emissions" %}</a>
 {% endblock %}
 
 {% block appbar %}
index f37109e43fed211a7f169fee49e72ca20c8b9e9f..6c36648a6ee1ade762596ffa82d229257b4e7d46 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block more-user-links %}
   {{ block.super }}
-  <a href="{% url 'emission-list' %}">{% trans "Back to emissions" %}</a>
+  <a class="button" href="{% url 'emission-list' %}">{% trans "Back to emissions" %}</a>
 {% endblock %}
 
 {% block appbar %}
index a535622f4db75d3539bd99ca02f4aac9198aefb3..a67fc8c13872437307d7d15abe8f6a9f277e1881 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block more-user-links %}
   {{ block.super }}
-  <a href="{% url 'news-list' %}">{% trans "Back to news" %}</a>
+  <a class="button" href="{% url 'news-list' %}">{% trans "Back to news" %}</a>
 {% endblock %}
 
 {% block appbar %}