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

« back to all changes in this revision

Viewing changes to loco_directory/templates/venues/venue_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:
23
23
{% endblock %}
24
24
 
25
25
{% block content %}
26
 
<article class="minor-content">
 
26
<div class="row">
 
27
<section class="span-9">
27
28
    <form action="." method="post" style="width:auto;">
28
29
        <fieldset>
29
 
            <legend>{% if venue_object %}{% trans "Update Venue" %}{% else %}{% trans "New Venue" %}{% endif %}</legend>
 
30
            <h3>{% if venue_object %}{% trans "Update Venue" %}{% else %}{% trans "New Venue" %}{% endif %}</h3>
30
31
            {{ form.as_template }}
31
32
        </fieldset>
32
33
                {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %}               
33
34
                <input type="submit" name="submit" value="Submit" class="submit-button" /> 
34
35
    </form>
35
 
</article>
 
36
</section>
 
37
</div>
36
38
 
37
39
<section class="minor-content alone venue-map" id="venue-map-selector" title="{% trans "Select venue position" %}">&nbsp;</section>
38
40