Skip to content

Commit

Permalink
Renamed Leaflet map fragment template
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Aug 30, 2013
1 parent d2ed0ed commit da38c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGELOG
=========

0.8.0 (unreleased)
------------------

* Renamed Leaflet map fragment template

0.7.5 (unreleased)
------------------

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion leaflet/templatetags/leaflet_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def leaflet_js(plugins=None):
}


@register.inclusion_tag('leaflet/map_fragment.html')
@register.inclusion_tag('leaflet/_leaflet_map.html')
def leaflet_map(name, callback=None, fitextent=True, creatediv=True, loadevent='load'):
"""
Expand Down

0 comments on commit da38c7c

Please sign in to comment.