Commit 61e55523 by Dányi Bence

webui: update template hierachy

parent 89ac67d6
{% extends "box/base.html" %} {% extends "box/base/box.html" %}
{% load i18n %} {% load i18n %}
{% load l10n %} {% load l10n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/entry.html" %} {% extends "box/base/entry.html" %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/base.html" %} {% extends "box/base/box.html" %}
{% load i18n %} {% load i18n %}
{% load l10n %} {% load l10n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/entry.html" %} {% extends "box/base/entry.html" %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/summary.html" %} {% extends "box/base/summary.html" %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/base.html" %} {% extends "box/base/box.html" %}
{% load i18n %} {% load i18n %}
{% load l10n %} {% load l10n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/entry.html" %} {% extends "box/base/entry.html" %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
{% extends "box/summary.html" %} {% extends "box/base/summary.html" %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
......
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
{% block content %} {% block content %}
<div class="boxes"> <div class="boxes">
{% include "box/box-vm.html" %} {% include "box/vm/box.html" %}
{% if userdetails.share_quota %} {% if userdetails.share_quota %}
{% include "box/box-template.html" %} {% include "box/template/box.html" %}
{% include "box-grouplist.html" %} {% include "box-grouplist.html" %}
{% endif %} {% endif %}
</div> </div>
<div class="boxes"> <div class="boxes">
{% include "box/box-file.html" %} {% include "box/file/box.html" %}
</div> </div>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment