home · contact · privacy
Enhance layouts.
[plomtask] / templates / _macros.html
index b1f0104e134363bc9b8dcd24f6d6066d08996f00..cb1bb452d16f3671ab7108a159b1c581ec063890 100644 (file)
@@ -25,7 +25,7 @@
 <input type="checkbox" name="{{title}}" value="{{item.id_}}" checked />
 </td>
 <td>
-<a href="{{type_name}}?id={{item.id_}}">{% if historical %}{{item.title_then}}{% else %}{{item.title.newest|e}}{% endif %}</a>
+<a href="{{type_name}}?id={{item.id_}}">{% if historical is true %}{{item.title_then}}{% else %}{{item.title.newest|e}}{% endif %}</a>
 </td>
 </tr>
 {% endfor %}