mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +00:00
Use correct twisted web template directives
This commit is contained in:
parent
b4b820ed7b
commit
ef26d66e79
@ -25,8 +25,8 @@
|
|||||||
<h2>Files/Directories That Had Problems:</h2>
|
<h2>Files/Directories That Had Problems:</h2>
|
||||||
|
|
||||||
<ul t:render="problems">
|
<ul t:render="problems">
|
||||||
<li t:pattern="item" t:render="problem"/>
|
<li t:render="item" />
|
||||||
<li t:pattern="empty">None</li>
|
<li t:render="empty">None</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user