From 76c23bb511c937d38855e80dc915ccceaa314557 Mon Sep 17 00:00:00 2001 From: vanzhiganov Date: Fri, 11 Dec 2015 07:55:56 +0300 Subject: [PATCH] fix template --- app/templates/default/id/edit.html | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/app/templates/default/id/edit.html b/app/templates/default/id/edit.html index 92bf73d..6816fa1 100644 --- a/app/templates/default/id/edit.html +++ b/app/templates/default/id/edit.html @@ -1,27 +1,12 @@ - - - - - Учётная запись - - - - - - - -{% include "_header.html" %} +{% extends "default/_layout.html" %} +{% block title %}Биллинг{% endblock %} +{% block content %}

Личный кабинет

- + {% include "default/id/_menu.html" %}
@@ -36,9 +21,7 @@
{% endif %} - {% include "id/_account_information_edit.html" %} + {% include "default/id/_account_information_edit.html" %} -{% include "_footer.html" %} - - \ No newline at end of file +{% endblock %}