Merge "Address deprecated templatetags in Django 1.7"

This commit is contained in:
Jenkins 2015-08-22 13:09:59 +00:00 committed by Gerrit Code Review
commit aa72f31ff6
3 changed files with 4 additions and 0 deletions

View File

@ -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 %}

View File

@ -1,3 +1,5 @@
{% load firstof from future %}
<!DOCTYPE html>
<html>
<head>

View File

@ -1,5 +1,6 @@
{% load compress %}
{% load url from future %}
{% load firstof from future %}
{% load datepicker_locale from horizon %}
{% datepicker_locale as DATEPICKER_LOCALE %}