Renamed template location from bootstrap_form/form.html to bootstrapform/form.html for naming consistency.
This commit is contained in:
parent
5aedc15631
commit
7457cd6847
@ -6,7 +6,7 @@ register = template.Library()
|
|||||||
|
|
||||||
@register.filter
|
@register.filter
|
||||||
def bootstrap(form):
|
def bootstrap(form):
|
||||||
template = get_template("bootstrap_form/form.html")
|
template = get_template("bootstrapform/form.html")
|
||||||
context = Context({'form': form})
|
context = Context({'form': form})
|
||||||
return template.render(context)
|
return template.render(context)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user