combo tags removed common templates

This commit is contained in:
Serghei Mihai 2015-04-30 11:19:32 +02:00
parent cecc851b39
commit 8c9f4737ae
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load combo %}
{% block title %}Page inexistante {% endblock %}
{% block title %}Page inexistante{% endblock %}
{% block content %}
<div id="error-404">
<h2>Page inexistante</h2>

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load combo %}
{% block title %}Erreur système{% endblock %}
{% block content %}
<div id="error-500">