From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/revisions_question.html | 103 -------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 templates/revisions_question.html (limited to 'templates/revisions_question.html') diff --git a/templates/revisions_question.html b/templates/revisions_question.html deleted file mode 100644 index 77a421bb..00000000 --- a/templates/revisions_question.html +++ /dev/null @@ -1,103 +0,0 @@ - -{% extends "base_content.html" %} - -{% load extra_tags %} -{% load i18n %} -{% load extra_filters %} -{% load humanize %} -{% block title %}{% spaceless %}{% trans "Revision history" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - -{% endblock %} - -{% block content %} -
- {% trans "Revision history" %}[{% trans "back" %}] -
-
-
- {% for revision in revisions %} -
-
-
- - - - - - - - -
{{ revision.revision }} - {% if revision.summary %} -
{{ revision.summary }}
- {% endif %} - {% if request.user|can_edit_post:post %} - {% trans "edit" %} - {% endif %} - -
-
- - - - - - - - - - -
- {% ifequal revision.revision 1 %} - {% trans "asked" %}{% diff_date post.added_at %} - {% else %} - {% trans "updated" %}{% diff_date revision.revised_at %} - {% endifequal %} -
- {% gravatar revision.author 32 %} - - -
- {% get_score_badge revision.author %} -
-
-
-
-
-
-
- {{ revision.diff|safe }} -
-
- {% endfor %} -
-
-{% endblock %} - -{% block endjs %} -{% endblock %} - - -- cgit v1.2.3-1-g7c22