~daker/loco-team-portal/fix.806005

« back to all changes in this revision

Viewing changes to loco_directory/templates/events/team_event_detail_basic.inc.html

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2011-07-01 14:29:17 UTC
  • mfrom: (448.1.1 label)
  • Revision ID: tarmac@nigelb.me-20110701142917-cn112uoz2eecnl1q
[r=][804139] Removes label tag around IRC Channel causing a display issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    {% if team_event_object.channel %}
25
25
    <tr>
26
 
        <th class="form-item-label" scope="row"><label>{% trans "IRC Channel:" %}</label></th>
 
26
        <th class="form-item-label" scope="row">{% trans "IRC Channel:" %}</th>
27
27
        <td class="form-item-value">{{ team_event_object.channel }}</td>
28
28
    </tr>
29
29
    {% endif %}