Merged [2616] from lars.eggert@nokia.com:

Fix for #372. Makes the position editing form display the name of the document being edited.
 - Legacy-Id: 2632
Note: SVN reference [2616] has been migrated to Git commit 5db1147df975bdc2c032b53820f9a7b30da6dcce
This commit is contained in:
Henrik Levkowetz 2010-11-06 09:29:11 +00:00
parent acb5879ba1
commit f5c7a2b8ba

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Change position for {{ ad }}{% endblock %}
{% block title %}Change position for {{ ad }} on {{ doc }}{% endblock %}
{% block morecss %}
form.position-form .position ul {
@ -29,7 +29,7 @@ form.position-form .comment-text {
{% endblock %}
{% block content %}
<h1>Change position for {{ ad }}</h1>
<h1>Change position for {{ ad }} on {{ doc }}</h1>
<form class="position-form" action="" method="POST">
<div class="position">{{ form.position }}</div>