show article title in edit page; minor css

This commit is contained in:
Sanj 2011-07-10 04:59:59 +05:30
parent 385c20ebf3
commit 67706a2420
3 changed files with 3 additions and 1 deletions

View File

@ -103,6 +103,7 @@ def edit_article(request, id):
'frontend_url': frontend_url,
'article_width': a.view_size()[0],
'article_height': a.view_size()[1],
'article_title': a.name,
'rev_no': a.current_revision(),
'user': request.user
}

View File

@ -49,6 +49,7 @@ margin-left: 40px;
.articleList li {
font-size: 12px;
margin-bottom: 3px;
}
.articleTitle {

View File

@ -71,7 +71,7 @@
{% endblock %}
{% block title %}
Edgware Editor - Hi {{ user.username }}
Edgware Editor: {{ article.title }}
{% endblock %}
{% block header %}