ACTUALLY fix blacklisting

This commit is contained in:
2026-05-14 13:39:55 -04:00
parent e1c9508ed3
commit 03bf12ec07
6 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<p>Register a new domain</p>
{{#if errors}}
<ul>
<ul id="RequestErrors">
{{#each errors}}
<li>{{this.message}}</li>
{{/each}}