refactor: remove deprecated template

This commit is contained in:
2025-06-19 08:00:19 +02:00
parent 339cdf3ea9
commit d784f14c4c

View File

@@ -1,5 +0,0 @@
{% load custom_tags %}
<div class="card">
<h2>{{ rule.title }}</h2>
<p>{{ rule.rule_text | render_markdown }}</p>
</div>