My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
{% extends "locations/base.html" %}


{% block head_title %}New Location{% endblock %}

{% block body %}
<form method="POST" accept-charset="utf-8">
{{ location_form }}
<p><input type="submit" value="Continue &rarr;"></p>
</form>
{% endblock %}
Show details Hide details

Change log

r10 by floguy on Nov 28, 2008   Diff
Cleanup and mostly stylistic changes in
preparation for inclusion in the Pinax
project.
Go to: 
Project members, sign in to write a code review

Older revisions

r8 by yash888 on Sep 13, 2008   Diff
Added friends checkins and nearby
checkins of a user
r7 by yash888 on Aug 21, 2008   Diff
Modified templates to suit pinax
templates and fixed the location
search. Now handles the HTTPError(400)
too.
r4 by yash888 on Aug 16, 2008   Diff
Checking in the templates for the
application.
All revisions of this file

File info

Size: 246 bytes, 11 lines
Hosted by Google Code