admin page
This commit is contained in:
@@ -12,4 +12,6 @@ POSTMARK_TEMPLATE="identifier_for_template"
|
|||||||
POSTMARK_GUEST_TEMPLATE="identifier_for_template"
|
POSTMARK_GUEST_TEMPLATE="identifier_for_template"
|
||||||
POSTMARK_FROM="sender@email.com"
|
POSTMARK_FROM="sender@email.com"
|
||||||
STRIPE_API_SECRET_KEY="sk"
|
STRIPE_API_SECRET_KEY="sk"
|
||||||
STRIPE_API_PUBLIC_KEY="pk"
|
STRIPE_API_PUBLIC_KEY="pk"
|
||||||
|
ADMIN_USER="admin"
|
||||||
|
ADMIN_PASS="changethis"
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
<h1>Admin Login</h1>
|
<h1>Admin Login</h1>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="col-md-12 order-md-1">
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="input-group form-group">
|
<div class="input-group form-group">
|
||||||
<input type="text" name="username" class="form-control" placeholder="username">
|
<input type="text" name="username" class="form-control" placeholder="username">
|
||||||
@@ -14,4 +16,5 @@
|
|||||||
</form>
|
</form>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user