1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

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" %}