]> git.0d.be Git - django-panik-matos.git/blobdiff - matos/templates/matos/loan_detail.html
remove unnecessary "back to" links, and add cancel buttons
[django-panik-matos.git] / matos / templates / matos / loan_detail.html
index 335108197a13dc953c05ce0597f663ee0983984b..746ed0f36c589594df9cd9dd190701e7952779ff 100644 (file)
@@ -3,7 +3,6 @@
 
 {% block appbar %}
   <h2>{{ object.date_start }} → {{ object.date_end }}</h2>
-  <span class="actions"><a href="{% url 'loan-list' %}">{% trans 'Back to list of loans' %}</a></span>
 {% endblock %}
 
 {% block content %}