summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_list.html
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-04-30 12:53:23 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-04-30 12:53:23 +0530
commit3a6f1bb43f49c071ea86944022e65b83fed0ad5d (patch)
tree7f4376dfdd00a8992cd4934e40ccb8023221b55a /gstudio/templates/gstudio/nodetype_list.html
parent546cfb06395189d476c53c1f059013dc8d51a8b8 (diff)
downloadgnowsys-3a6f1bb43f49c071ea86944022e65b83fed0ad5d.tar.gz
urls,views and templates for history added.Models modified for the same
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_list.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_list.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/gstudio/templates/gstudio/nodetype_list.html b/gstudio/templates/gstudio/nodetype_list.html
index f4f75bd..ebaae5c 100644
--- a/gstudio/templates/gstudio/nodetype_list.html
+++ b/gstudio/templates/gstudio/nodetype_list.html
@@ -1,5 +1,7 @@
-{% extends "gstudio/base.html" %}
+{% extends "gstudio/version_base.html" %}
{% load i18n gstudio_tags %}
+{% load i18n objectapp_tags %}
+
{% block meta-description %}{% trans "Latest nodetypes for" %} {% if metatype %}{% trans "the metatype" %} {{ metatype }}{% if metatype.description %}: {{ metatype.description|striptags|safe }}{% endif %}{% endif %}{% if tag %}{% trans "the tag" %} {{ tag }}{% endif %}{% if author %}{% trans "the author" %} {{ author }}{% endif %}{% if page_obj %}{% ifnotequal page_obj.number 1 %} {% trans "page" %} {{ page_obj.number }}{% endifnotequal %}{% endif %}{% endblock %}