added browse

This commit is contained in:
ashok sukumaran 2011-05-07 16:27:31 +05:30
parent 6aeca83ae5
commit 5cc7a9b21b
2 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,21 @@
{% extends 'main_base.html' %}
{% block title %}
Home
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/main/home.css" />
{% endblock %}
{% block pageTitle %}
{% endblock %}
{% block content %}
<div class="centerSentence">
Welcome to the <a href="about">Edgware Road Project</a>.
Here you can <a href="publish">create new</a> or <a href="browse">browse existing</a> publications, and view the <a href="archive">archive</a> of materials generated by the artists involved.
</div>
{% endblock %}

View File

@ -14,8 +14,8 @@
{% block content %}
<div class="centerSentence">
Welcome to the <a href="/about">Edgware Road Project</a>.
Here you can <a href="/publication">create new</a> or <a href="/publication">browse existing</a> publications, and view the <a href="/archive">archive</a> of materials generated by the artists involved.
Welcome to the <a href="about">Edgware Road Project</a>.
Here you can <a href="publish">create new</a> or <a href="browse">browse existing</a> publications, and view the <a href="archive">archive</a> of materials generated by the artists involved.
</div>
{% endblock %}