diff --git a/src/profiles/templates/profile_detail.html b/src/profiles/templates/profile_detail.html index d5e94755..4a614646 100644 --- a/src/profiles/templates/profile_detail.html +++ b/src/profiles/templates/profile_detail.html @@ -24,37 +24,44 @@

Your information

+ - - + Not visible to the public. + + + + +
+ Name
- (not visible to the public)
{{ profile.name|default:"N/A" }} + {{ profile.name|default:"N/A" }} +
Description
- (not visible to the public) + Not visible to the public.
{{ profile.description|default:"N/A" }}
Public Credit Name
- (visible to the public, leave empty if you want no credits on this website) + Visible to the public, leave empty if you want no credits on this website.
{{ profile.public_credit_name|default:"N/A" }} {% if profile.public_credit_name %}({% if profile.public_credit_name_approved %}approved{% else %}pending approval{% endif %}){% endif %}
NickServ username
- (visible to the public on IRC, used to handle team channel ACLs) + Visible to the public on IRC, used to handle team channel ACLs.
{{ profile.nickserv_username|default:"N/A" }}
diff --git a/src/profiles/templates/profile_form.html b/src/profiles/templates/profile_form.html index 60fd167d..01a632ad 100644 --- a/src/profiles/templates/profile_form.html +++ b/src/profiles/templates/profile_form.html @@ -6,7 +6,7 @@
{% csrf_token %} {% bootstrap_form form %} - - Cancel + + Cancel
{% endblock profile_content %}