Remove load_plugin hook - closes #1073

Refs #1042

This reverts commit 81dea4b07a.
This commit is contained in:
Simon Willison 2020-10-31 09:21:22 -07:00
commit f0a740ac21
8 changed files with 11 additions and 73 deletions

View file

@ -79,10 +79,6 @@ document.body.addEventListener('click', (ev) => {
<script>{{ body_script }}</script>
{% endfor %}
{% if templates_considered %}
<!-- Templates considered:
{% for template in templates_considered %}- {{ template.name }}{% if template.used %} (used{% if template.from_plugin %}, from plugin{% endif %}){% endif %}
{% endfor %}-->
{% endif %}
{% if select_templates %}<!-- Templates considered: {{ select_templates|join(", ") }} -->{% endif %}
</body>
</html>