{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %}{% load closedverse_tags %}{% load closedverse_community %} {% user_sidebar request user profile 0 %}

{{ title }}

    {% if profile.cannot_edit %}

    You cannot change user settings for this account

    {% endif %} {% if not profile.cannot_edit %}
  • Nickname

    Nickname, up to 32 characters.

  • Profile comment

    Anything you write here will appear on your profile. Remember to keep it brief. Please don't write anything that'll violate {{ brand_name }}'s rules.

  • Region

    Enter your region here. It'll appear on your profile.
    If you want to use your location, you can get it automatically here (it will not be automatically saved).

  • E-mail address

    Please note that your email can be a fake one, however if you need to reset your password, this must be accessible. You can't share emails.

    {% if user.email %}

    {% endif %}
  • Web URL

    If you want to advertise a URL of some sorts on your profile, this is where it goes.

  • Discord Username

    Actually, you don't have to put a Discord username here, you can put anything here, such as your Threads username or X username. Discord sure is popular though.

  • What are you?

    So what exactly are you? Are you a Human, attack helicopter, something in between?

  • Nickname color

    This is the color your nickname will appear as. Set it to white (#ffffff) and it will return to the default. It will appear like so.

    {% user_sidebar_info user %}
  • {% if profile.origin_id %}
  • {% endif %}
  • Website theme:

    To set an image as the background for this site, paste its URL into the box above. Note: this change will only be visible to you.

    Remember to save and refresh the page.

    {% if user.theme %}Reset to default{% endif %} {% if settings.site_wide_theme_hex %}

    Default theme: "{{ settings.site_wide_theme_hex }}"

    {% endif %}
  • Change your password:

  • Nintendo Network ID

    Enter your Nintendo Network ID here. It'll appear on your profile if you set it to be visible.

  • {% if user.has_freedom %} {% endif %}

    Do you want the avatar shown beside your content to use the Mii from your Nintendo Network ID or a Gravatar or a custom avatar the way God intended?

    {% if user.has_freedom %} {% file_button %} {% else %} {% endif %}

    Selecting the Gravatar option will cause your avatar to be pulled from the Gravatar account linked to your email address, and feelings won't be shown in your posts unless you choose to use a Mii instead. Same with the custom avatar option but who really cared anyway?

  • {% csrf_token %}
    {% endif %}
{% endblock %}