~cjohnston/loco-team-portal/686271

« back to all changes in this revision

Viewing changes to loco_directory/templates/meetings/team_meeting_detail.inc.html

  • Committer: Michael Hall
  • Date: 2010-12-16 13:03:14 UTC
  • mfrom: (341.2.1 meeting)
  • Revision ID: mhall119@gmail.com-20101216130314-5y0ewns8uovfkw7r
Display meeting chair, merge from Chris Johnston

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% load i18n %}
2
2
<article class="main-content">
3
3
    <h2>{{team_meeting_object.name}}</h2>
4
 
</article>
5
4
 
6
 
<article class="main-content">
7
5
    <h3>{% trans "Details" %}</h3>
8
6
    {% include "meetings/team_meeting_detail_basic.inc.html" %}
9
7
</article>