Loading AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -633,6 +633,7 @@ answer newbie questions, and generally made Django that much better: tt@gurgle.no David Tulig <david.tulig@gmail.com> Justine Tunney <jtunney@lobstertech.com> Maxime Turcotte <maxocub@riseup.net> Amit Upadhyay <http://www.amitu.com/blog/> Adam Vandenberg Geert Vanderkelen Loading django/contrib/admin/templates/admin/base.html +1 −1 Original line number Diff line number Diff line {% load admin_static %}{% load firstof from future %}<!DOCTYPE html> {% load admin_static %}<!DOCTYPE html> <html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}> <head> <title>{% block title %}{% endblock %}</title> Loading django/contrib/admin/templates/admin/change_list_results.html +1 −1 Original line number Diff line number Diff line {% load i18n admin_static %}{% load cycle from future %} {% load i18n admin_static %} {% if result_hidden_fields %} <div class="hiddenfields">{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %} Loading django/contrib/admin/templates/admin/edit_inline/tabular.html +1 −1 Original line number Diff line number Diff line {% load i18n admin_static admin_modify %}{% load cycle from future %} {% load i18n admin_static admin_modify %} <div class="inline-group" id="{{ inline_admin_formset.formset.prefix }}-group"> <div class="tabular inline-related {% if forloop.last %}last-related{% endif %}"> {{ inline_admin_formset.formset.management_form }} Loading django/contrib/admindocs/templates/admin_doc/template_filter_index.html +1 −1 Original line number Diff line number Diff line {% extends "admin/base_site.html" %} {% load i18n %}{% load firstof from future %} {% load i18n %} {% block coltype %}colSM{% endblock %} {% block breadcrumbs %} Loading Loading
AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -633,6 +633,7 @@ answer newbie questions, and generally made Django that much better: tt@gurgle.no David Tulig <david.tulig@gmail.com> Justine Tunney <jtunney@lobstertech.com> Maxime Turcotte <maxocub@riseup.net> Amit Upadhyay <http://www.amitu.com/blog/> Adam Vandenberg Geert Vanderkelen Loading
django/contrib/admin/templates/admin/base.html +1 −1 Original line number Diff line number Diff line {% load admin_static %}{% load firstof from future %}<!DOCTYPE html> {% load admin_static %}<!DOCTYPE html> <html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}> <head> <title>{% block title %}{% endblock %}</title> Loading
django/contrib/admin/templates/admin/change_list_results.html +1 −1 Original line number Diff line number Diff line {% load i18n admin_static %}{% load cycle from future %} {% load i18n admin_static %} {% if result_hidden_fields %} <div class="hiddenfields">{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %} Loading
django/contrib/admin/templates/admin/edit_inline/tabular.html +1 −1 Original line number Diff line number Diff line {% load i18n admin_static admin_modify %}{% load cycle from future %} {% load i18n admin_static admin_modify %} <div class="inline-group" id="{{ inline_admin_formset.formset.prefix }}-group"> <div class="tabular inline-related {% if forloop.last %}last-related{% endif %}"> {{ inline_admin_formset.formset.management_form }} Loading
django/contrib/admindocs/templates/admin_doc/template_filter_index.html +1 −1 Original line number Diff line number Diff line {% extends "admin/base_site.html" %} {% load i18n %}{% load firstof from future %} {% load i18n %} {% block coltype %}colSM{% endblock %} {% block breadcrumbs %} Loading