Skip to content

Commit

Permalink
Popover and geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchilds committed Sep 22, 2011
1 parent 83fa8ae commit 3024f2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions urls.py
Expand Up @@ -28,6 +28,12 @@
(r'^ajax_autocomplete_lookup/$', ajax_autocomplete_lookup),
(r'^ajax_autocomplete_get_selected_item/$', ajax_autocomplete_get_selected_item),

#Popovers
(r'^popover/$', popover),

#Geolocation
(r'^geolocation/$', geolocation),

#Humans and Robots
('^humans.txt$', direct_to_template, {'template':'humans.txt', 'mimetype':'text/plain'}),
('^robots.txt$', direct_to_template, {'template':'robots.txt', 'mimetype':'text/plain'}),
Expand Down

0 comments on commit 3024f2c

Please sign in to comment.