remove debug string
This commit is contained in:
parent
6e0fe70500
commit
989b50a1a0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for table in definition.tables -%}
|
{% for table in definition.tables -%}
|
||||||
{{"``7777"+table.title+"``" if table.title else "" }}
|
{{"``"+table.title+"``" if table.title else "" }}
|
||||||
{{ tables.paramtable(table.rows) }}
|
{{ tables.paramtable(table.rows) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue