improve new member form style

This commit is contained in:
imperosol
2025-09-13 14:44:22 +02:00
parent 966fe0ec0e
commit c7363de44f
7 changed files with 86 additions and 28 deletions

View File

@@ -7,11 +7,14 @@
{% block additional_css %}
<link rel="stylesheet" href="{{ static("bundled/core/components/ajax-select-index.css") }}">
<link rel="stylesheet" href="{{ static("core/components/ajax-select.scss") }}">
<link rel="stylesheet" href="{{ static("club/members.scss") }}">
{% endblock %}
{% block content %}
<h2>{% trans %}Club members{% endtrans %}</h2>
<br />
<h4>{% trans %}Add a new member{% endtrans %}</h4>
{{ add_member_fragment }}
<br />
{% if members %}