Merge "Address deprecated templatetags in Django 1.7"
This commit is contained in:
commit
aa72f31ff6
@ -1,4 +1,5 @@
|
||||
{% load i18n %}
|
||||
{% load cycle from future %}
|
||||
{% with table.needs_form_wrapper as needs_form_wrapper %}
|
||||
<div class="table_wrapper">
|
||||
{% if needs_form_wrapper %}<form action="{{ table.get_full_url }}" method="POST">{% csrf_token %}{% endif %}
|
||||
|
@ -1,3 +1,5 @@
|
||||
{% load firstof from future %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -1,5 +1,6 @@
|
||||
{% load compress %}
|
||||
{% load url from future %}
|
||||
{% load firstof from future %}
|
||||
{% load datepicker_locale from horizon %}
|
||||
|
||||
{% datepicker_locale as DATEPICKER_LOCALE %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user