diff -r fbb59a59c075 -r aa1e786a0b1d app/soc/templates/soc/docs/edit.html --- a/app/soc/templates/soc/docs/edit.html Mon Oct 20 23:23:53 2008 +0000 +++ b/app/soc/templates/soc/docs/edit.html Mon Oct 20 23:24:07 2008 +0000 @@ -18,8 +18,8 @@ {% endblock %} {% block header_title %} {{ page.short_name }} - {% if existing_doc %} - "{{ existing_doc.title }}" + {% if entity %} + "{{ entity.title }}" {% endif %} {% endblock %} @@ -46,9 +46,9 @@