From 5cc7a9b21b780fb952b399c412055991482dbeed Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 7 May 2011 16:27:31 +0530 Subject: [PATCH] added browse --- edgware/templates/main/browse.html | 21 +++++++++++++++++++++ edgware/templates/main/home.html | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 edgware/templates/main/browse.html diff --git a/edgware/templates/main/browse.html b/edgware/templates/main/browse.html new file mode 100644 index 0000000..0eacb65 --- /dev/null +++ b/edgware/templates/main/browse.html @@ -0,0 +1,21 @@ +{% extends 'main_base.html' %} + +{% block title %} + Home +{% endblock %} + +{% block extra_head %} + +{% endblock %} + +{% block pageTitle %} + +{% endblock %} + +{% block content %} +
+ Welcome to the Edgware Road Project. + Here you can create new or browse existing publications, and view the archive of materials generated by the artists involved. +
+ +{% endblock %} diff --git a/edgware/templates/main/home.html b/edgware/templates/main/home.html index 1d92aee..0eacb65 100644 --- a/edgware/templates/main/home.html +++ b/edgware/templates/main/home.html @@ -14,8 +14,8 @@ {% block content %}
- Welcome to the Edgware Road Project. - Here you can create new or browse existing publications, and view the archive of materials generated by the artists involved. + Welcome to the Edgware Road Project. + Here you can create new or browse existing publications, and view the archive of materials generated by the artists involved.
{% endblock %}