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
-8
View File
@@ -2,14 +2,6 @@
<p>Manage your registered domains</p>
{{#if errors}}
<ul>
{{#each errors}}
<li>{{this.message}}</li>
{{/each}}
</ul>
{{/if}}
<div class="InsetContentBox" id="DomainSelection">
<div style="width: 600px;"></div>
<ul>
+1 -1
View File
@@ -1,7 +1,7 @@
<br>
<div>
{{#if errors}}
<ul>
<ul id="RequestErrors">
{{#each errors}}
<li>{{this.message}}</li>
{{/each}}
+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}}
+1 -1
View File
@@ -1,7 +1,7 @@
<br>
<div>
{{#if errors}}
<ul>
<ul id="RequestErrors">
{{#each errors}}
<li>{{this.message}}</li>
{{/each}}