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/users.html | 73 ---------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 templates/users.html (limited to 'templates/users.html') diff --git a/templates/users.html b/templates/users.html deleted file mode 100644 index 701dbaa2..00000000 --- a/templates/users.html +++ /dev/null @@ -1,73 +0,0 @@ - -{% extends "base_content.html" %} -{% load extra_tags %} -{% load humanize %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Users" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
-
{% trans "Users" %}
- -
-
-

- {% if suser %} - {% blocktrans %}users matching query {{suser}}:{% endblocktrans %} - {% endif %} - - {% if not users.object_list %} - {% trans "Nothing found." %} - {% endif %} -

-
- - - - - -
- {% for user in users.object_list %} - -
- -
- - {% if forloop.counter|divisibleby:"7" %} -
- {% endif %} - - {% endfor %} -
-
-
-{% endblock %} -{% block tail %} -
- {% cnprog_paginator context %} -
-{% endblock %} - -- cgit v1.2.3-1-g7c22