{% extends "base.html" %} {% block title %}Edit Role — {{ role.role_name }}{% endblock %} {% block content %}

Edit Role — {{ role.role_name }}

Back to Discord settings
Settings for “{{ role.role_name }}”
{% csrf_token %}
Assign this role to members with a current paid membership. Only one role per club can be the paid role — saving this will clear the flag on any other role.
Assign this role to members whose membership has expired or who have never paid. Only one role per club can be the unpaid role — saving this will clear the flag on any other role.
Assign this role when a member’s BAP points reach this value. Set to 0 to disable.
Assign this role when a member’s HAP points reach this value. Set to 0 to disable.
Cancel
{% endblock %}