talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

block identifiers in template are in single quotes #10

Closed torstenfeld closed 8 years ago

torstenfeld commented 9 years ago

I stumble across this as I tried to add a custom script for a new widget:

in dashing/base.html the block identifiers are surrounded by single quotes which gives me errors in my IDE (PyCharm). If it's okay with you, I'd change that and send a pull request.

{% block 'scripts' %}

to

{% block scripts %}