From c1fa95f6a58d46326600521ec4efad72ee2117e6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 13 Oct 2017 10:46:52 +0000 Subject: [PATCH] No code change. Whitespace fix and svn property change. - Legacy-Id: 14204 --- env/.gitignore | 1 + ietf/templates/person/profile.html | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/env/.gitignore b/env/.gitignore index 51de630e2..60281b152 100644 --- a/env/.gitignore +++ b/env/.gitignore @@ -7,3 +7,4 @@ /include /pip-selfcheck.json /.Python +/man diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html index e82ea2ba9..113047e41 100644 --- a/ietf/templates/person/profile.html +++ b/ietf/templates/person/profile.html @@ -39,21 +39,21 @@ {% if person.role_set.count %} {% for role in person.role_set.all %} - {% if role.group.state_id == 'active' or role.group.state_id == 'bof' %} - {% if role.group.acronym != 'secretariat' %} - - - - - {% endif %} - {% endif %} + {% if role.group.state_id == 'active' or role.group.state_id == 'bof' %} + {% if role.group.acronym != 'secretariat' %} + + + + + {% endif %} + {% endif %} {% endfor %} {% else %} {{ person.first_name }} has no active roles as of {{ today }}.
- {{ role.name.name }} - {% if role.group.type_id == 'sdo' %}for{% elif role.name_id == 'reviewer' %}in{% else %}of{% endif %} - {{ role.group.name }} - ({{ role.group.acronym }}) - - {{ role.email.address }} -
+ {{ role.name.name }} + {% if role.group.type_id == 'sdo' %}for{% elif role.name_id == 'reviewer' %}in{% else %}of{% endif %} + {{ role.group.name }} + ({{ role.group.acronym }}) + + {{ role.email.address }} +