~cjohnston/loco-team-portal/667093

« back to all changes in this revision

Viewing changes to loco_directory/templates/teams/team_detail.html

  • Committer: Michael Hall
  • Author(s): Daniel Holbach
  • Date: 2010-10-07 12:18:15 UTC
  • mfrom: (305.2.6 loco-directory.582354)
  • Revision ID: mhall119@gmail.com-20101007121815-o7oqiu9yprh1u45r
Team Merge functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
                        <a class="sub-nav-item" href="{% url team-list %}" title="{% trans "Back to Teams List" %}">{% trans "Back to Teams List" %}</a>
8
8
                        {% if is_member %}{% else %} <a class="sub-nav-item" href="https://launchpad.net/~{{ team.lp_name }}/+join">{% trans "Join This Team!" %}</a>{% endif %}
9
9
                {% if is_admin %}<a class="sub-nav-item" href="{% url team-edit team.lp_name %}" title="{% trans "Edit Details" %}">{% trans "Edit Details" %}</a>{% endif %}
 
10
                {% if is_admin and not team.active %}<a class="sub-nav-item" href="{% url select-other-team team.lp_name %}" title="{% trans "Merge with another team" %}">{% trans "Merge team" %}</a>{% endif %}
10
11
            {% if is_member %}<a class="sub-nav-item" href="{% url team-event-new team.lp_name %}" title="{% trans "Add New Event" %}">{% trans "Add New Event" %}</a>{% endif %}
11
12
{% endblock %}
12
13