ACTUALLY fix blacklisting
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
<br>
|
||||
<div>
|
||||
{{#if errors}}
|
||||
<ul>
|
||||
<ul id="RequestErrors">
|
||||
{{#each errors}}
|
||||
<li>{{this.message}}</li>
|
||||
{{/each}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<p>Register a new domain</p>
|
||||
|
||||
{{#if errors}}
|
||||
<ul>
|
||||
<ul id="RequestErrors">
|
||||
{{#each errors}}
|
||||
<li>{{this.message}}</li>
|
||||
{{/each}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<br>
|
||||
<div>
|
||||
{{#if errors}}
|
||||
<ul>
|
||||
<ul id="RequestErrors">
|
||||
{{#each errors}}
|
||||
<li>{{this.message}}</li>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user