diff -r ff7ccbbba329 -r 81417fd477b0 src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Thu Nov 24 12:54:41 2011 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Thu Nov 24 15:32:19 2011 +0100
@@ -9,7 +9,7 @@
|
|
- {{ content.title|default:"_" }} |
+ {{ content.title|default:"_" }} |
{% endfor %}
diff -r ff7ccbbba329 -r 81417fd477b0 src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html Thu Nov 24 15:32:19 2011 +0100
@@ -0,0 +1,26 @@
+{% load i18n %}
+
+
+
+
+
+
+ {% for group in groups %}
+
+
+ {% if group.change %}
+ | c |
+ {{ group.name }} |
+ {% else %}
+ l |
+ {{ group.name }} |
+ {% endif %}
+
+  |
+
+
+ {% endfor %}
+
+
\ No newline at end of file
diff -r ff7ccbbba329 -r 81417fd477b0 src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html Thu Nov 24 12:54:41 2011 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html Thu Nov 24 15:32:19 2011 +0100
@@ -18,17 +18,22 @@
|
{% ifequal project.state 2 %}
-
+
{% else %}
-
+
{% endifequal %}
|
+
- {% ifequal project.state 2 %}
- {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }}
+ {% if project.state == 2 %}
+ {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }}
{% else %}
- {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }}
- {% endifequal %}
+ {% if project.change %}
+ {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }}
+ {% else %}
+ {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }}
+ {% endif %}
+ {% endif %}
|
{% endfor %}
diff -r ff7ccbbba329 -r 81417fd477b0 src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/published_projects.html
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/published_projects.html Thu Nov 24 12:54:41 2011 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/published_projects.html Thu Nov 24 15:32:19 2011 +0100
@@ -6,7 +6,6 @@
{% endblock %}
-
{% block js_declaration %}
{{block.super}}