Rename _rows_and_columns.html to _table.html, refs #521

This commit is contained in:
Simon Willison 2019-07-02 17:50:45 -07:00
commit e7120d91f6
6 changed files with 48 additions and 48 deletions

View file

@ -145,7 +145,7 @@
</div>
{% endif %}
{% include custom_rows_and_columns_templates %}
{% include custom_table_templates %}
{% if next_url %}
<p><a href="{{ next_url }}">Next page</a></p>