1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

add register button

This commit is contained in:
dicedtomato 2020-09-17 20:47:13 +00:00
parent 3cead9dcc0
commit 1d43e783f3

View file

@ -22,6 +22,10 @@
<input class="form-input" type="password" id="password" name="password" placeholder="Password">
<button style="margin-top:12px;width:100%" type="submit"
class="btn btn-primary input-group-btn">Login</button>
<% if (config.core.public) { %>
<button style="margin-top:12px;width:100%" type="submit"
class="btn btn-primary input-group-btn" href="/register">Register (Beta)</button>
<% } %>
</form>
</div>
</div>