various fixes

This commit is contained in:
Edward Betts 2017-01-30 11:42:14 +00:00
parent 8837b1e04f
commit c4bbc45372
4 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{% from "form/controls.html" import render_field %}
{% set title="edit " + doc.title %}
{% set title="edit " + doc.title() %}
{% set action=doc.edit_url %}
{% set label="save" %}