Member templates inherit from member/base.html
This commit is contained in:
parent
63dc184ce4
commit
2e659c63cd
20 changed files with 192 additions and 203 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
{% extends "member/base.html" %}
|
||||
{% load i18n crispy_forms_tags %}
|
||||
{% comment %}
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{% endcomment %}
|
||||
{% block contenttitle %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% block profile_content %}
|
||||
<div class="card bg-light">
|
||||
<h3 class="card-header text-center">
|
||||
{{ title }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue