12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
<%- include('partials/header', { title }) %>
|
|
|
|
<div class="box pending-box">
|
|
<h1 class="title is-4">Account pending approval</h1>
|
|
<p>
|
|
An admin needs to approve your account before you can upload photos or leave ratings.
|
|
You can still browse pads and read reviews in the meantime.
|
|
</p>
|
|
</div>
|
|
|
|
<%- include('partials/footer') %>
|