source: src/django_gheat/wlheatmap/__init__.py@ 9649

Last change on this file since 9649 was 9544, checked in by rick, 13 years ago

Make the path and CDN domain settings transparent.

File size: 222 bytes
RevLine 
[9544]1from django.shortcuts import render_to_response
2from django.conf import settings
3
4def js_layer_base(request):
5 return render_to_response('js/LayerBase.js', {'settings' : settings },
6 mimetype='application/javascript')
Note: See TracBrowser for help on using the repository browser.