mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-28 15:42:25 +00:00
[Printer] Delete unused templates
This commit is contained in:
parent
094be7e59e
commit
b55781364a
2 changed files with 0 additions and 24 deletions
|
@ -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 %}
|
|
||||||
<h3>{% trans "Failure" %}</h3>
|
|
||||||
{% endblock %}
|
|
|
@ -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 %}
|
|
||||||
<h3>{% trans "Success" %}</h3>
|
|
||||||
{% endblock %}
|
|
Loading…
Reference in a new issue