mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-31 08:55:26 +02:00
apps
locale
media
note_kfet
requirements
static
templates
activity
bootstrap_datepicker_plus
cas_server
colorfield
django_filters
member
note
permission
registration
scripts
treasury
wei
bus_detail.html
bus_form.html
bus_tables.html
busteam_detail.html
busteam_form.html
busteam_tables.html
survey.html
survey_closed.html
survey_end.html
weiclub_detail.html
weiclub_form.html
weiclub_info.html
weiclub_list.html
weiclub_tables.html
weilist_sample.tex
weimembership_form.html
weimembership_list.html
weiregistration_confirm_delete.html
weiregistration_form.html
weiregistration_list.html
400.html
403.html
404.html
500.html
base.html
.env_example
.gitignore
.gitlab-ci.yml
.gitmodules
COPYING
Dockerfile
LICENSE
README.md
entrypoint.sh
manage.py
nginx_note.conf_example
tox.ini
uwsgi_note.ini
uwsgi_params
21 lines
519 B
HTML
21 lines
519 B
HTML
{% extends "member/noteowner_detail.html" %}
|
|
{% load i18n %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block profile_info %}
|
|
{% include "wei/weiclub_info.html" %}
|
|
{% endblock %}
|
|
|
|
{% block profile_content %}
|
|
<div class="card">
|
|
<div class="card-header text-center">
|
|
<h4>{% trans "Survey WEI" %}</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<p>
|
|
{% trans "The survey is now ended. Your answers have been saved." %}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|