Code

Refactor setup.py.
[roundup.git] / templates / minimal / html / _generic.collision.html
1 <tal:block metal:use-macro="templates/page/macros/icing">
2 <title metal:fill-slot="head_title" i18n:translate=""
3  ><span tal:replace="python:context._classname.capitalize()"
4  i18n:name="class" /> Edit Collision - <span i18n:name="tracker"
5  tal:replace="config/TRACKER_NAME" /></title>
6 <tal:block metal:fill-slot="body_title" i18n:translate=""
7  ><span tal:replace="python:context._classname.capitalize()"
8  i18n:name="class" /> Edit Collision</tal:block>
10 <td class="content" metal:fill-slot="content" i18n:translate="
11   There has been a collision. Another user updated this node
12   while you were editing. Please <a href='${context}'>reload</a>
13   the node and review your edits.
14 "><span tal:replace="context/designator" i18n:name="context" />
15 </td>
16 </tal:block>