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

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

For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/meetings/+merge/44664

Changes "Meeting Details" to "Edit Details" to match Events page and more 
accurately describe what the link is for.
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/meetings/+merge/44664
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/meetings into lp:loco-directory.
=== modified file 'loco_directory/templates/meetings/team_meeting_detail.html'
--- loco_directory/templates/meetings/team_meeting_detail.html	2010-12-02 07:56:46 +0000
+++ loco_directory/templates/meetings/team_meeting_detail.html	2010-12-24 14:21:30 +0000
@@ -7,7 +7,7 @@
 <a class="sub-nav-item" href="{% url meeting-list %}">{% trans "Back to Meetings List" %}</a>
 {% if user.is_authenticated %}
   {% if user_is_team_member %}
-    <a class="sub-nav-item" href="{% url team-meeting-update team_meeting_object.id %}">{% trans "Meeting Details" %}</a>
+    <a class="sub-nav-item" href="{% url team-meeting-update team_meeting_object.id %}">{% trans "Edit Details" %}</a>
     <a class="sub-nav-item" href="{% url team-meeting-delete team_meeting_object.id %}">{% trans "Delete Meeting" %}</a>
     <a class="sub-nav-item" href="{% url team-meeting-copy team_meeting_object.id %}">{% trans "Copy Meeting" %}</a>
   {% endif %}

_______________________________________________
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