# HG changeset patch # User Sverre Rabbelier # Date 1226873476 0 # Node ID e13da520d063ae0c14b04cd9aa6fe4221ac8ac8d # Parent 7cfa2ad62944601d5226ce18d07734077308248c Improved public page link text Instead of putting the name of the entity in the link text to the public page, a way better solution is to put static text there. diff -r 7cfa2ad62944 -r e13da520d063 app/soc/templates/soc/models/edit.html --- a/app/soc/templates/soc/models/edit.html Sun Nov 16 17:59:30 2008 +0000 +++ b/app/soc/templates/soc/models/edit.html Sun Nov 16 22:11:16 2008 +0000 @@ -20,7 +20,7 @@ {{ page_name }} {% if entity %} - "{{ entity_type }}" + (Public page) {% endif %} {% endblock %}