From b55781364a958a56dc07e3392af1ddedcea685ed Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Fri, 26 Oct 2018 01:28:39 +0200 Subject: [PATCH] [Printer] Delete unused templates --- printer/templates/printer/echec.html | 12 ------------ printer/templates/printer/success.html | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 printer/templates/printer/echec.html delete mode 100644 printer/templates/printer/success.html diff --git a/printer/templates/printer/echec.html b/printer/templates/printer/echec.html deleted file mode 100644 index d15907c3..00000000 --- a/printer/templates/printer/echec.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load i18n %} - -{% load bootstrap3 %} -{% load massive_bootstrap_form %} -{% load static %} -{% block title %}Printing interface{% endblock %} - -{% block content %} -

{% trans "Failure" %}

-{% endblock %} diff --git a/printer/templates/printer/success.html b/printer/templates/printer/success.html deleted file mode 100644 index c7649e0a..00000000 --- a/printer/templates/printer/success.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% load i18n %} - -{% load bootstrap3 %} -{% load massive_bootstrap_form %} -{% load static %} -{% block title %}Printing interface{% endblock %} - -{% block content %} -

{% trans "Success" %}

-{% endblock %}