Fix variable name

This commit is contained in:
Michal Čihař 2012-02-28 15:40:51 +01:00
parent 2bded08c45
commit 1d1f09a337

View File

@ -12,7 +12,7 @@
<form action="{{ unit.translation.get_translate_url }}" method="post">
{% csrf_token %}
<input type="hidden" name="type" value="{{ type }}" />
<input type="hidden" name="oldpos" value="{{ unit.pos }}" />
<input type="hidden" name="oldpos" value="{{ unit.position }}" />
</form>
{% endblock %}