# HG changeset patch # User ymh # Date 1362008331 -3600 # Node ID 73403060f297527a109c58ba58e64b20d39cc917 # Parent 6ab716dd58f8e06a4f0d5bd323da726a5836d573 remove absstatic and goes back to static diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_action.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_action.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_action.html Thu Feb 28 00:38:51 2013 +0100 @@ -1,6 +1,6 @@ {% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} - + {% endblock %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_index.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_index.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/app_index.html Thu Feb 28 00:38:51 2013 +0100 @@ -1,9 +1,9 @@ {% extends "admin/app_index.html" %} {% load absurl %} -{% load absstatic %} +{% load static %} {% block extrastyle %} {{ block.super }} - + {% endblock %} {% load i18n %} {% block content %} @@ -13,18 +13,18 @@ - - - @@ -34,7 +34,7 @@
Import
Import + Import an ldt  
Reindex + Reindex  
Compute stats + Compute stats  
- diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/dumpdata.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/dumpdata.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/dumpdata.html Thu Feb 28 00:38:51 2013 +0100 @@ -9,8 +9,8 @@ {% endif %}
-

Click HERE if you want to download the dumpdata's json. It can be long to load. The dumpdata is full and raw, without natural keys.

+

Click HERE if you want to download the dumpdata's json. It can be long to load. The dumpdata is full and raw, without natural keys.

-Back to administration page +Back to administration page {% endblock %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/reindex_form.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/reindex_form.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/reindex_form.html Thu Feb 28 00:38:51 2013 +0100 @@ -12,13 +12,13 @@ {% endif %}
{% csrf_token %} + action="{% absurl 'admin:ldt_content_reindex' %}">{% csrf_token %}
Data
Dump data + Dump data  
{{ form.as_table }}
-Back to administration page +Back to administration page {% endblock %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/stats_form.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/stats_form.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/stats_form.html Thu Feb 28 00:38:51 2013 +0100 @@ -12,13 +12,13 @@ {% endif %}
{% csrf_token %} + action="{% absurl 'admin:ldt_project_compute_stats' %}">{% csrf_token %} {{ form.as_table }}
-Back to administration page +Back to administration page {% endblock %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/upload_form.html --- a/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/upload_form.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/admin/ldt_utils/content/upload_form.html Thu Feb 28 00:38:51 2013 +0100 @@ -22,6 +22,6 @@ {% endif %} -Back to administration page +Back to administration page {% endblock %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Thu Feb 28 00:38:51 2013 +0100 @@ -2,7 +2,7 @@ {% load i18n %} {% load thumbnail %} {% load front_tags %} -{% load absstatic %} +{% load static %} {% block title %} {% if tag_label %} @@ -14,13 +14,13 @@ {% block js_import %} {{block.super}} - - + + {% endblock %} {% block css_import %} {{block.super}} - + {% endblock %} {% block js_declaration %} @@ -42,17 +42,17 @@ {% block body %} {{block.super}} -{% if front_tags|length > 0 %}{% endif %} +{% if front_tags|length > 0 %}{% endif %} -{% if tag_cloud|length > 0 %} {% endif %} diff -r 6ab716dd58f8 -r 73403060f297 src/ldt/ldt/ldt_utils/templates/front/front_base.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_base.html Mon May 13 14:22:37 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_base.html Thu Feb 28 00:38:51 2013 +0100 @@ -1,7 +1,7 @@ {% load i18n %} {% load logintag %} {% load navigation %} -{% load absstatic %} +{% load static %} {% load analytics %} @@ -10,15 +10,15 @@ {% block head %} - + {% block title %}Lignes de temps{% endblock %} {% block js_import %} - - + + {% endblock %} {% block css_declaration %}{% endblock %} {% block css_import %} - + {% endblock %} {% block js_declaration %} - + + {% endblock %} {% block css_import %} {{block.super}} - + {% endblock %} {% block js_declaration %} @@ -36,29 +36,29 @@ {% block body %} {{block.super}} -{% if front_tags|length > 0 %}{% endif %} +{% if front_tags|length > 0 %}{% endif %}