Create base template for member and wei

This commit is contained in:
Alexandre Iooss 2020-08-23 10:06:16 +02:00
parent 1c16d6ef18
commit cbc3e39bd6
21 changed files with 20 additions and 19 deletions

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "member/base.html" %}
{% load crispy_forms_tags %}
{% load static %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "member/base.html" %}
{% block profile_info %}
{% include "member/club_info.html" %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "member/base.html" %}
{% load i18n %}
{% load render_table from django_tables2 %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "member/base.html" %}
{% block profile_info %}
{% include "member/profile_info.html" %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "member/base.html" %}
{% load render_table from django_tables2 %}
{% load crispy_forms_tags %}

View File

@ -0,0 +1 @@
{% extends "member/base.html" %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% block profile_info %}
{% include "wei/weiclub_info.html" %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% block profile_info %}
{% include "wei/weiclub_info.html" %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{# Use a fluid-width container #}
{% block containertype %}container-fluid{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}
{% load pretty_money %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load render_table from django_tables2 %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,4 +1,4 @@
{% extends "member/noteowner_detail.html" %}
{% extends "wei/base.html" %}
{% load i18n %}
{% load render_table from django_tables2 %}