mirror of https://gitlab.crans.org/bde/nk20
Create base template for member and wei
This commit is contained in:
parent
1c16d6ef18
commit
cbc3e39bd6
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue