Create base template for member and wei
This commit is contained in:
parent
1c16d6ef18
commit
cbc3e39bd6
21 changed files with 20 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
|
||||
{% block profile_info %}
|
||||
{% include "member/club_info.html" %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
|
||||
{% block profile_info %}
|
||||
{% include "member/profile_info.html" %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
{% load render_table from django_tables2 %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
1
apps/wei/templates/wei/base.html
Normal file
1
apps/wei/templates/wei/base.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% extends "member/base.html" %}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
|
||||
{% block profile_info %}
|
||||
{% include "wei/weiclub_info.html" %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
|
||||
{% block profile_info %}
|
||||
{% include "wei/weiclub_info.html" %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
|
||||
{# Use a fluid-width container #}
|
||||
{% block containertype %}container-fluid{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load i18n %}
|
||||
{% load pretty_money %}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "member/noteowner_detail.html" %}
|
||||
{% extends "wei/base.html" %}
|
||||
{% load i18n %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue