{% extends 'base.html' %} {% block header %}
{% block title %}Edit {{ member[3] }}{% endblock %}
{% endblock %} {% block content %}
View {{member[3]|safe}}'s page
Edit Details








Public Page Settings

Select which sections to show on this member's public page







Customize section titles. Leave blank to hide the heading bar for that section altogether.






{% if unjoined_groups or joined_groups %}
Manage groups
{% endif %}
Manage Icons
{% for icon in icons %} {% endfor %}
Manage Blinkies
{% for blinkie in blinkies %} {% endfor %}
Manage Stamps
{% for stamp in stamps %} {% endfor %}

Custom Page Sections

Here you can make sections for your page, embed whatever you like





{% for section in sections %}




Delete section {% endfor %}
Manage Member Data
Export Fields
{% if icons %}Export icons
{% endif %} {% if blinkies %}Export blinkies
{% endif %} {% if stamps %}Export stamps
{% endif %} {% if icons or blinkies or stamps %}Export all member data
{% endif %}
Danger zone
Delete member - WARNING: this is permanent and cannot be undone! {% if edit_location %} {% endif %}
{% endblock %}