{% extends "base.html" %} {% block introduction %}

Introduction

Google Map is really useful application. Django may already has the library but it's a little bit complecated for me. I just want these features. These features are this library's feature as well.

This library default skin use Reflection Icon Set by Webdesigner Depot. Thanks for them really nice pictures.

{% endblock %} {% block content %}

Demo

Click a title and you can move markers to where you want. Click submit to submit changes.


{% for entry in object_list %}

{{ entry.title }}

Start {{ entry.start|date }}
Place {{ entry.place }}
{{ entry.get_location_display }}
{% endfor %} {% endblock %}