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 %}