This commit is contained in:
alazo 2018-05-18 15:53:28 +02:00
parent 1c16f26454
commit 7fbda2ba23
7 changed files with 167 additions and 74 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
{% load i18n static %}
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
<html lang="{{ LANGUAGE_CODE|default:"fr" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<html lang="fr">
<head>
<title>{% block title %}{% endblock %}</title>
@ -10,7 +9,6 @@
<link rel="stylesheet" type="text/css" href="{% static 'css/main3.css' %}" />
<script type="text/javascript" src="{% static 'js/tiny_mce/tiny_mce.js' %}"></script>
{% block extrastyle %}{% endblock %}
{% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% static 'admin/css/rtl.css' %}{% endblock %}" />{% endif %}
{% block extrahead %}{% endblock %}
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}
</head>