Content deleted Content added
Ericmoritz (talk | contribs) No edit summary |
Ericmoritz (talk | contribs) No edit summary |
||
Line 1:
<pre>
from django.core import template
from django import templatetags
Line 14 ⟶ 15:
template.register_tag("django_ajax_init",show_ajax_includes)
</pre>
|