Fixed revelation not showing

This commit is contained in:
2023-06-23 16:33:34 -07:00
parent 6f721ce182
commit a97f27c77f
2 changed files with 56 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
<table id="shortcode_report">
<tr>
<td>shortcode |</td>
<td>query |</td>
<td>creation_date</td>
</tr>
{% for code in shortcodes %}
<tr>
<td>{{ code[0] }} |</td>
<td>{{ code[1] }} |</td>
<td>{{ code[2] }}</td>
</tr>
{% endfor %}
</table>