mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-14 08:48:30 +00:00
improve new member form style
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user