diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-12 00:07:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-12 00:07:54 +0200 |
| commit | a83eee5eaffaf0faf2b2c8da837970583792ba3c (patch) | |
| tree | 1e561f7c370a22542e319c86fa086e8a5bed2e8f /chimere/widgets.py | |
| parent | 113bd089875c96eda3455ca71a38659e79842855 (diff) | |
| download | Chimère-a83eee5eaffaf0faf2b2c8da837970583792ba3c.tar.bz2 Chimère-a83eee5eaffaf0faf2b2c8da837970583792ba3c.zip | |
Small fixes for django 1.4
Diffstat (limited to 'chimere/widgets.py')
| -rw-r--r-- | chimere/widgets.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py index 04a8e65..729f939 100644 --- a/chimere/widgets.py +++ b/chimere/widgets.py @@ -217,8 +217,6 @@ class RouteChooserWidget(forms.TextInput): u"\"d\" or \"Del\" key."), _(u"To add a point click in the middle of a segment and drag the new "\ u"point to the desired position")) - #tpl += u'<script src="%sedit_route_map.js"></script>\n' % \ - # settings.STATIC_URL if not value: # upload a file tpl += u"<script type='text/javascript'><!--\n"\ |
