added browse
This commit is contained in:
parent
6aeca83ae5
commit
5cc7a9b21b
21
edgware/templates/main/browse.html
Normal file
21
edgware/templates/main/browse.html
Normal 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 %}
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user