Skip to content

Instantly share code, notes, and snippets.

@luzfcb
Created October 2, 2013 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luzfcb/6801101 to your computer and use it in GitHub Desktop.
Save luzfcb/6801101 to your computer and use it in GitHub Desktop.
Error during template rendering
In template /home/oficina/PycharmProjects/projeto_sgt/sgt/sgt/templates/autocomplete_light/widget.html, error at line 1
maximum recursion depth exceeded while calling a Python object
1 {% extends "autocomplete_light/widget.html" %}
2
3 {% block input %}
4 {# a text input, that is the 'autocomplete input' #}
5 <input type="text" class="textinput textInput form-control" name="{{ name }}-autocomplete" id="{{ widget.html_id }}_text" value="" {{ extra_attrs }} />
6 {% endblock %}
7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment