From ad1f11e9a3a8e79808d7e13d3263a1bf0c54c162 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sat, 7 Dec 2013 12:16:05 +0000 Subject: [PATCH] Remove unused profile templates - Legacy-Id: 6829 --- ietf/templates/registration/profile.html | 11 ------- .../registration/profileREDESIGN.html | 31 ------------------- 2 files changed, 42 deletions(-) delete mode 100644 ietf/templates/registration/profile.html delete mode 100644 ietf/templates/registration/profileREDESIGN.html diff --git a/ietf/templates/registration/profile.html b/ietf/templates/registration/profile.html deleted file mode 100644 index 5168bbefc..000000000 --- a/ietf/templates/registration/profile.html +++ /dev/null @@ -1,11 +0,0 @@ -{# Copyright The IETF Trust 2007, All Rights Reserved #} -{% extends "base.html" %} - -{% block content %} -

User information

-

User name: {{ user.username }}
-Roles/Groups: {{ user.groups.all|join:", "|default:"(none)" }}
-Person: {{ user.get_profile.person|default:"?" }} {% if user.get_profile.person %}({{user.get_profile.person.person_or_org_tag}}){% endif %}
-IESG Login ID: {{ user.get_profile.iesg_login_id|default:"(none)" }}

- -{% endblock %} diff --git a/ietf/templates/registration/profileREDESIGN.html b/ietf/templates/registration/profileREDESIGN.html deleted file mode 100644 index 5c6083d6c..000000000 --- a/ietf/templates/registration/profileREDESIGN.html +++ /dev/null @@ -1,31 +0,0 @@ -{# Copyright The IETF Trust 2007, All Rights Reserved #} -{% extends "base.html" %} - -{% block morecss %} -table.userProfile th { - text-align: left; -} -{% endblock %} - -{% block title %}Profile for {{ user }}{% endblock %} - -{% block content %} -

User information

- - - - - - - - - - - {% for role in roles %} - - - - - {% endfor %} -
User name:{{ user.username }}
Person:{{ person.name|default:"?" }}
{% if forloop.first %}Roles:{% endif %}{{ role.name }} in {{ role.group.name }} ({{ role.group.type }})
-{% endblock %}