From 7a4f561e851fdc7246d804c3abb6748b8a4199a6 Mon Sep 17 00:00:00 2001 From: gnowgi Date: Thu, 15 Mar 2012 16:19:20 +0530 Subject: master trunk of gnowsys-studio --- gstudio/templates/gstudio/tag_list.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 gstudio/templates/gstudio/tag_list.html (limited to 'gstudio/templates/gstudio/tag_list.html') diff --git a/gstudio/templates/gstudio/tag_list.html b/gstudio/templates/gstudio/tag_list.html new file mode 100644 index 00000000..eeac3eae --- /dev/null +++ b/gstudio/templates/gstudio/tag_list.html @@ -0,0 +1,24 @@ +{% extends "gstudio/base.html" %} +{% load i18n %} + +{% block meta-description %}{% trans "Tag list" %}{% endblock %} + +{% block title %}{% trans "Tags" %}{% endblock %} + +{% block content %} +

{% trans "Tag list" %}

+
+ +
+{% endblock %} -- cgit v1.2.3-70-g09d2