Code

Simple version of collision detection, with tests and a new generic template for...
[roundup.git] / templates / classic / html / _generic.collision.html
1 <tal:block metal:use-macro="templates/page/macros/icing">
2   <title metal:fill-slot="head_title"
3          tal:content="python:context._classname.capitalize()+' Edit Collision'"></title>
4   <span metal:fill-slot="body_title" tal:omit-tag="python:1"
5         tal:content="python:context._classname.capitalize()+' Edit Collision'"></span>
6   <td class="content" metal:fill-slot="content">
7     There has been a collision. Another user updated this node while you were
8     editing. Please <a tal:attributes="href context/designator">reload</a>
9     the node and review your edits.
10   </td>
11 </tal:block>