Remove the json filter for protection rules

This commit is contained in:
atownson 2025-01-13 08:16:24 -06:00 committed by GitHub
parent ab0a1f0bbc
commit 3324d64813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@
<tr> <tr>
<th scope="row" class="border-0 ps-3">{% trans "Protection rules" %}</th> <th scope="row" class="border-0 ps-3">{% trans "Protection rules" %}</th>
{% if config.PROTECTION_RULES %} {% if config.PROTECTION_RULES %}
<td class="border-0"><pre>{{ config.PROTECTION_RULES|json }}</pre></td> <td class="border-0"><pre>{{ config.PROTECTION_RULES }}</pre></td>
{% else %} {% else %}
<td class="border-0">{{ ''|placeholder }}</td> <td class="border-0">{{ ''|placeholder }}</td>
{% endif %} {% endif %}