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:
parent
acb5879ba1
commit
f5c7a2b8ba
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue