From b3a7825b56b50ede6f00537779fde9f4f5185d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 26 Mar 2019 13:24:23 +0100 Subject: [PATCH] Some adjustments, --- src/profiles/templates/profile_detail.html | 19 +++++++++++++------ src/profiles/templates/profile_form.html | 4 ++-- 2 files changed, 15 insertions(+), 8 deletions(-) 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 %}