Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/720567
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#720567 Show "Add Team Event" on Global Event Page when not logged in
https://bugs.launchpad.net/bugs/720567
For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/720567/+merge/50103
--
https://code.launchpad.net/~chrisjohnston/loco-directory/720567/+merge/50103
Your team loco-directory-dev is requested to review the proposed merge of
lp:~chrisjohnston/loco-directory/720567 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/global_event_detail.html'
--- loco_directory/templates/events/global_event_detail.html 2010-12-19 21:25:01 +0000
+++ loco_directory/templates/events/global_event_detail.html 2011-02-17 07:52:20 +0000
@@ -9,9 +9,7 @@
{% block sub_nav_links %}
<a class="sub-nav-item" href="{% url event-list %}">{% trans "Back to Events List" %}</a>
-{% if add_team_event %}
-<a class="sub-nav-item" href="{% url team-event-select %}?global_event_id={{global_event_object.id}}">{% trans "Add Your Team's Event" %}</a>
-{% endif %}
+<a class="sub-nav-item" href="{% url team-event-select %}?global_event_id={{global_event_object.id}}">{% trans "Add Team Event" %}</a>
{% if user_is_on_lc %}
<a class="sub-nav-item" href="{% url global-event-update global_event_object.id %}">{% trans "Edit Details" %}</a>
<a class="sub-nav-item" href="{% url global-event-delete global_event_object.id %}">{% trans "Delete Event" %}</a>
_______________________________________________
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