base template cleanup

This commit is contained in:
Serghei Mihai 2015-04-27 18:53:30 +02:00
parent 3dc9d7a75b
commit bae3530a3f
1 changed files with 4 additions and 13 deletions

View File

@ -1,17 +1,8 @@
{% extends "gadjo/base.html" %}
{% load static %}
{% block page-title %}U-Auth{% endblock %}
{% block site-title %}U-Auth{% endblock %}
{% block footer %}U-Auth — Copyright © Entr'ouvert{% endblock %}
{% load i18n static %}
{% block css %}
<link rel="stylesheet" type="text/css" media="all" href="{% static "css/gadjo.css" %}"/>
<link rel="stylesheet" type="text/css" media="all" href="{% static "xstatic/themes/smoothness/jquery-ui.min.css" %}" />
<link rel="stylesheet" type="text/css" media="all" href="{% static "css/style.css" %}"/>
{% endblock %}
{% block js %}
<script src="{% static "xstatic/jquery.min.js" %}"></script>
<script src="{% static "xstatic/jquery-ui.min.js" %}"></script>
{% endblock %}
{% block site-title %}{% trans "UAuth" %}{% endblock %}
{% block page-title %}{% trans "UAuth" %}{% endblock %}
{% block footer %}U-Auth — Copyright © Entr'ouvert{% endblock %}