Index: templates/merger.html |
diff --git a/templates/console.html b/templates/merger.html |
similarity index 99% |
rename from templates/console.html |
rename to templates/merger.html |
index f4b24ae3a87ff863cb2494d6713cd661fbd83bf4..d766756cf84f841c4bf57a914b0ccd53fc639ae8 100644 |
--- a/templates/console.html |
+++ b/templates/merger.html |
@@ -71,14 +71,14 @@ |
{%- endfor %} |
{%- endfor -%} |
</tr> |
- |
+ |
<tr> |
<td colspan="{{ 2 + data.category_count }}" |
class="DevComment {{ extraclass }}"> |
{{ data.row_data[row]['comment'] }} |
</td> |
</tr> |
- |
+ |
{%- if 'details' in data.row_data[row] -%} |
<tr> |
<td colspan="{{ 2 + data.category_count }}" |