add newsletter subscription functionality
This commit is contained in:
parent
0dd73bedde
commit
92a8b0951e
9 changed files with 132 additions and 4 deletions
7
hub/services/templates/subscriptions/error.html
Normal file
7
hub/services/templates/subscriptions/error.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div id="signup-form-container" class="text-center py-3">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<h4 class="section-h1">Oops!</h4>
|
||||
<p class="text-gray-300">Something went wrong. Please try again later.</p>
|
||||
<button class="btn btn-primary mt-2" onclick="location.reload()">Try Again</button>
|
||||
</div>
|
||||
</div>
|
6
hub/services/templates/subscriptions/success.html
Normal file
6
hub/services/templates/subscriptions/success.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div id="signup-form-container" class="text-center py-3">
|
||||
<div role="alert">
|
||||
<h4 class="section-h1">Thank you!</h4>
|
||||
<p class="text-gray-300">You have been successfully subscribed to our mailing list.</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue