Fixed revelation not showing
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user