~ris/loco-team-portal/fix-552762

« back to all changes in this revision

Viewing changes to loco_directory/templates/events/team_event_update.html

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2012-06-17 14:32:03 UTC
  • mfrom: (532.1.3 theme)
  • Revision ID: tarmac@nigelb.me-20120617143203-15zle8vuew6d001d
[r=daker] Updates LTP to use the new branding guidelines

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
{% endblock %}
17
17
 
18
18
{% block content %}
19
 
<article class="main-content">
 
19
<div class="row">
 
20
<section class="span-9">
20
21
    <form action="." method="post">
21
22
        <fieldset>
22
 
            <legend>{% trans "Update Team Event" %}</legend>
 
23
            <h3>{% trans "Update Team Event" %}</h3>
23
24
                {{ form.as_template }}
24
25
        </fieldset>
25
26
            {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %}           
26
27
            <input type="submit" name="submit" value="{% trans "Submit" %}" class="submit-button" /> 
27
28
    </form>
28
 
</article>
 
29
</section>
 
30
</div>
29
31
 
30
32
{% endblock %}