Chris Johnston has proposed merging 
lp:~chrisjohnston/loco-directory/remove-admin into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)

For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/remove-admin/+merge/63423

Removing team admin from the team details page. I believe that this should be 
done as the team admin is defined as the launchpad owner, and may not be the 
actual person who is the team admin. Also, there is the possibility in LP to 
make multiple people administrators of the LP team, but we do not pull that. I 
think that just showing team contact would be a much better solution in this 
situation.
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/remove-admin/+merge/63423
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/remove-admin into lp:loco-directory.
=== modified file 'loco_directory/templates/teams/team_detail.html'
--- loco_directory/templates/teams/team_detail.html	2011-03-02 22:34:34 +0000
+++ loco_directory/templates/teams/team_detail.html	2011-06-03 19:21:02 +0000
@@ -134,17 +134,6 @@
             <td class="form-item-value">{% if team.provides_support %}Yes{% else %}No{% endif %}</td>
         </tr>
         <tr>
-            <th class="form-item-label" scope="row"><label>{% trans "Team Admin(s):" %}</label></th>
-            <td class="form-item-value">
-                {% for admin in team.admin_profiles.all %}
-                    {% ifequal team.owner admin.user.username %}
-                        <strong><a href="https://launchpad.net/~{{ admin.user.username }}">{{ admin.realname }}</a></strong>
-                    {% else %}
-                        <a href="https://launchpad.net/~{{ admin.user.username }}">{{ admin.realname }}</a>{% endifequal %}{% if not forloop.last %},{% endif %}
-                {% endfor %}
-            </td>
-        </tr>
-        <tr>
             <th class="form-item-label" scope="row"><label>{% trans "Team Contact(s):" %}</label></th>
             <td class="form-item-value">
                 {% if team.contact_profiles.all %}

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to