From 4dd278eb65edde2c995bb2b38a7691abd98728e5 Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Mon, 20 Aug 2012 13:48:51 +0200 Subject: [PATCH] Remove unused templates. --- .../templates/store/translate_end.html | 25 ------------- .../templates/store/translate_table.html | 36 ------------------- 2 files changed, 61 deletions(-) delete mode 100644 pootle/apps/pootle_store/templates/store/translate_end.html delete mode 100644 pootle/apps/pootle_store/templates/store/translate_table.html diff --git a/pootle/apps/pootle_store/templates/store/translate_end.html b/pootle/apps/pootle_store/templates/store/translate_end.html deleted file mode 100644 index 03952edd215..00000000000 --- a/pootle/apps/pootle_store/templates/store/translate_end.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "tp_base_extended.html" %} -{% load i18n baseurl translation_project_tags %} -{% get_current_language as LANGUAGE_CODE %} - -{% block title %} -{{ block.super }} » {% trans "Translate" %} -{% endblock %} - -{% block breadcrumb_content %} -{{ block.super }} » {% trans "Translate" %} -{% endblock %} - -{% block body.id %}translatepage{% endblock body.id %} - -{% block bodyclass %}{% if checks %}tpreview{% else %}tptranslate{% endif %}{% endblock %} - -{% block search %} -{% render_search search_form "?" %} -{% endblock %} - -{% block content %} -
-{{ endmessage }} -
-{% endblock content %} diff --git a/pootle/apps/pootle_store/templates/store/translate_table.html b/pootle/apps/pootle_store/templates/store/translate_table.html deleted file mode 100644 index 1900e50a4bf..00000000000 --- a/pootle/apps/pootle_store/templates/store/translate_table.html +++ /dev/null @@ -1,36 +0,0 @@ -{% load i18n baseurl store_tags cache locale %} -{% get_current_language as LANGUAGE_CODE %} -
-
{{ store.pootle_path }}
-
{{ directory.pootle_path }}
-
{{ language.code }}
- - - - - - - - - - {% comment %} - {% for unit in units %} - - {% if unit == form.instance %} - {% cache settings.CACHE_TIMEOUT unit_edit unit.id unit.mtime cantranslate cansuggest canreview alt_src_codes profile.id LANGUAGE_CODE %} - {% render_unit_edit form %} - {% endcache %} - {% else %} - {% cache settings.CACHE_TIMEOUT unit_view unit.id unit.mtime LANGUAGE_CODE %} - {% render_unit_view unit %} - {% endcache %} - {% endif %} - - {% endfor %} - {% endcomment %} - -
-