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:
parent
3cead9dcc0
commit
1d43e783f3
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue