django.template.base.TemplateSyntaxError: 'block' tag with name 'bottom_js' appears more than once
问题 I have this error : django.template.base.TemplateSyntaxError: 'block' tag with name 'bottom_js' appears more than once But I have no clue which template is at fault, how do I find this out ? Traceback (most recent call last): File "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/maazza/.virtualenvs/list_app/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line utility.execute() File "/home/maazza/