12589 fix template

This commit is contained in:
Arthur 2023-07-13 19:56:21 +07:00
parent 2cc7e49531
commit 7307ee47cc
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
{% extends 'base/layout.html' %}
{% load i18n %}
{% load buttons %}
{% load static %}
{% load helpers %}
{% load plugins %}
{% block tabs %}
<ul class="nav nav-tabs px-3">

View File

@ -1,4 +1,4 @@
{% extends 'users/base.html' %}
{% extends 'users/base_profile.html' %}
{% load buttons %}
{% load helpers %}
{% load render_table from django_tables2 %}