Content deleted Content added
No edit summary
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>