From 70984ab40fa5e73dd2e9a5b3964f75b63a259cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Mon, 29 Jul 2019 21:26:31 +0200 Subject: [PATCH] Remove unused template. --- .../templates/user/order_all_actions.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/backoffice/templates/user/order_all_actions.html diff --git a/src/backoffice/templates/user/order_all_actions.html b/src/backoffice/templates/user/order_all_actions.html deleted file mode 100644 index 8ccb85f6..00000000 --- a/src/backoffice/templates/user/order_all_actions.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends 'base.html' %} -{% load static from staticfiles %} - -{% block content %} - -Orders - -Tickets (incl. badges) - -Merchandise - -{% endblock content %} -