1
0
mirror of https://github.com/LukePeters/flask-mongo-api-boilerplate.git synced 2026-05-16 23:26:30 +09:00

Fixed form labels on demo front-end app

This commit is contained in:
Luke Peters
2019-02-17 17:33:16 -05:00
parent 3428c16c60
commit 6477bdcac4

View File

@@ -14,7 +14,7 @@
<!-- Add User Form -->
<div class="app-panel">
<h3 class="centered">Add User</h3>
<h3 class="centered">User Signup</h3>
<form id="add-user-form">
@@ -45,7 +45,7 @@
<!-- Add User Form -->
<div class="app-panel">
<h3 class="centered">Add User</h3>
<h3 class="centered">User Login</h3>
<form id="login-form">