{% extends "base.html" %} {% block content %}

Gentoo Developer Information

Change your Gentoo related details

{% if user_profile_info.is_developer %}
{% csrf_token %}
{{ gentoo_account_settings.developer_bug.label_tag }} {{ gentoo_account_settings.developer_bug.errors|striptags }}
{{ gentoo_account_settings.mentor.label_tag }} {{ gentoo_account_settings.mentor.errors|striptags }}
{{ gentoo_account_settings.gentoo_join_date.label_tag }} {{ gentoo_account_settings.gentoo_join_date.errors|striptags }}
{{ gentoo_account_settings.gentoo_retire_date.label_tag }} {{ gentoo_account_settings.gentoo_retire_date.errors|striptags }}
{{ gentoo_account_settings.ssh_key.label_tag }} {{ gentoo_account_settings.ssh_key.errors|striptags }} {{ gentoo_account_settings.ssh_key }}
{% endif %}
{% endblock %} {# vim:se fileencoding=utf8 et ts=4 sts=4 sw=4 ft=htmldjango : #}