diff options
Diffstat (limited to 'ishtar_common/templates')
-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 %} |