summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/admin/change_parent.html
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-10-27 14:56:59 +0200
committerCefin <kevon@tuta.io>2021-10-27 14:56:59 +0200
commit079f4765a762ff6656fcd8d7019d25eea38f5149 (patch)
treea2ca2ff9afc965c0be80e8426baaa94f6596be48 /ishtar_common/templates/admin/change_parent.html
parentbc166dcfe47c021dd1c106b621a9f2206148d3ce (diff)
downloadIshtar-079f4765a762ff6656fcd8d7019d25eea38f5149.tar.bz2
Ishtar-079f4765a762ff6656fcd8d7019d25eea38f5149.zip
can change the parent of hierarchic types
Diffstat (limited to 'ishtar_common/templates/admin/change_parent.html')
-rw-r--r--ishtar_common/templates/admin/change_parent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/admin/change_parent.html b/ishtar_common/templates/admin/change_parent.html
index dab4eb5ba..8d6744cff 100644
--- a/ishtar_common/templates/admin/change_parent.html
+++ b/ishtar_common/templates/admin/change_parent.html
@@ -11,7 +11,7 @@
{% for selected in selected_items %}
<input type="hidden" name="_selected_action" value="{{ selected }}"/>
{% endfor %}
- <input type="submit" name="apply" value"{% trans 'Change parent' %}"/>
+ <input type="submit" name="apply" value="{% trans 'Change parent' %}"/>
</form>
{% endblock %}