web/ldt/user/templates/iriuser/user/user_base.html
author ymh <ymh.work@gmail.com>
Tue, 08 Jun 2010 01:16:35 +0200
changeset 0 ecdfc63274bf
permissions -rw-r--r--
first import

{% extends "base.html" %}
{# this page inherit base html, all pages of ldt inherit this page. #}
{# all contents are writed in the "iricontent" block  #}
{% load i18n %}
{% block js_import %}{{ block.super }}
{% endblock %}
{% block css_import %}{{ block.super }}
{% endblock%}


{% block content %}
    <div id="iri-user-content">
        {% block iricontent %}{% endblock %}
    </div>
{% endblock%}