diff options
author | Cefin <kevon@tuta.io> | 2021-10-27 14:56:59 +0200 |
---|---|---|
committer | Cefin <kevon@tuta.io> | 2021-10-27 14:56:59 +0200 |
commit | 079f4765a762ff6656fcd8d7019d25eea38f5149 (patch) | |
tree | a2ca2ff9afc965c0be80e8426baaa94f6596be48 /ishtar_common/templates/admin/change_parent.html | |
parent | bc166dcfe47c021dd1c106b621a9f2206148d3ce (diff) | |
download | Ishtar-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.html | 2 |
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 %} |