mirror of https://github.com/gophish/gophish
Merge pull request #98 from Sekhmet/AddRegisterButton
Added register button to login pagepull/100/head
commit
50b4aad15b
|
@ -56,6 +56,7 @@
|
|||
<input type="password" name="password" class="form-control" placeholder="Password" required>
|
||||
<input type="hidden" name="csrf_token" value="{{.Token}}"/>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
|
||||
<a href="/register" class="btn btn-sm btn-info btn-block">Create new account</a>
|
||||
</form>
|
||||
</div>
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
|
|
Loading…
Reference in New Issue