summaryrefslogtreecommitdiff
path: root/gstudio/templates/feeds
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
committergnowgi <nagarjun@gnowledge.org>2012-03-15 16:19:20 +0530
commit7a4f561e851fdc7246d804c3abb6748b8a4199a6 (patch)
treed2afc3463fd49625a9be482012f5c3bfcf7c42b9 /gstudio/templates/feeds
downloadgnowsys-7a4f561e851fdc7246d804c3abb6748b8a4199a6.tar.gz
master trunk of gnowsys-studio
Diffstat (limited to 'gstudio/templates/feeds')
-rw-r--r--gstudio/templates/feeds/comment_description.html1
-rw-r--r--gstudio/templates/feeds/comment_title.html2
-rw-r--r--gstudio/templates/feeds/discussion_description.html1
-rw-r--r--gstudio/templates/feeds/discussion_title.html2
-rw-r--r--gstudio/templates/feeds/nodetype_description.html1
-rw-r--r--gstudio/templates/feeds/nodetype_title.html1
-rw-r--r--gstudio/templates/feeds/pingback_description.html1
-rw-r--r--gstudio/templates/feeds/pingback_title.html2
-rw-r--r--gstudio/templates/feeds/trackback_description.html1
-rw-r--r--gstudio/templates/feeds/trackback_title.html2
10 files changed, 14 insertions, 0 deletions
diff --git a/gstudio/templates/feeds/comment_description.html b/gstudio/templates/feeds/comment_description.html
new file mode 100644
index 0000000..8141388
--- /dev/null
+++ b/gstudio/templates/feeds/comment_description.html
@@ -0,0 +1 @@
+{{ obj.comment }}
diff --git a/gstudio/templates/feeds/comment_title.html b/gstudio/templates/feeds/comment_title.html
new file mode 100644
index 0000000..f9ee8ab
--- /dev/null
+++ b/gstudio/templates/feeds/comment_title.html
@@ -0,0 +1,2 @@
+{% load i18n %}
+{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }}
diff --git a/gstudio/templates/feeds/discussion_description.html b/gstudio/templates/feeds/discussion_description.html
new file mode 100644
index 0000000..8141388
--- /dev/null
+++ b/gstudio/templates/feeds/discussion_description.html
@@ -0,0 +1 @@
+{{ obj.comment }}
diff --git a/gstudio/templates/feeds/discussion_title.html b/gstudio/templates/feeds/discussion_title.html
new file mode 100644
index 0000000..f9ee8ab
--- /dev/null
+++ b/gstudio/templates/feeds/discussion_title.html
@@ -0,0 +1,2 @@
+{% load i18n %}
+{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }}
diff --git a/gstudio/templates/feeds/nodetype_description.html b/gstudio/templates/feeds/nodetype_description.html
new file mode 100644
index 0000000..7afb28a
--- /dev/null
+++ b/gstudio/templates/feeds/nodetype_description.html
@@ -0,0 +1 @@
+{{ obj.html_content|safe }}
diff --git a/gstudio/templates/feeds/nodetype_title.html b/gstudio/templates/feeds/nodetype_title.html
new file mode 100644
index 0000000..91b32ca
--- /dev/null
+++ b/gstudio/templates/feeds/nodetype_title.html
@@ -0,0 +1 @@
+{{ obj.title|safe }}
diff --git a/gstudio/templates/feeds/pingback_description.html b/gstudio/templates/feeds/pingback_description.html
new file mode 100644
index 0000000..8141388
--- /dev/null
+++ b/gstudio/templates/feeds/pingback_description.html
@@ -0,0 +1 @@
+{{ obj.comment }}
diff --git a/gstudio/templates/feeds/pingback_title.html b/gstudio/templates/feeds/pingback_title.html
new file mode 100644
index 0000000..f9ee8ab
--- /dev/null
+++ b/gstudio/templates/feeds/pingback_title.html
@@ -0,0 +1,2 @@
+{% load i18n %}
+{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }}
diff --git a/gstudio/templates/feeds/trackback_description.html b/gstudio/templates/feeds/trackback_description.html
new file mode 100644
index 0000000..8141388
--- /dev/null
+++ b/gstudio/templates/feeds/trackback_description.html
@@ -0,0 +1 @@
+{{ obj.comment }}
diff --git a/gstudio/templates/feeds/trackback_title.html b/gstudio/templates/feeds/trackback_title.html
new file mode 100644
index 0000000..f9ee8ab
--- /dev/null
+++ b/gstudio/templates/feeds/trackback_title.html
@@ -0,0 +1,2 @@
+{% load i18n %}
+{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }}