Make the register/login pages link to eachother.
This commit is contained in:
parent
07ff0e6a97
commit
014611a901
2 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
</bottom>
|
</bottom>
|
||||||
</card>
|
</card>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="center"><a href="/register/">Need an account? Click to Register.</a></div>
|
||||||
</block>
|
</block>
|
||||||
</blockstart>
|
</blockstart>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,8 @@ func TestStreamPage(t *testing.T) {
|
||||||
|
|
||||||
func TestMain(m *testing.M) {
|
func TestMain(m *testing.M) {
|
||||||
data.Setup("sqlite3", "./db.sqlite3")
|
data.Setup("sqlite3", "./db.sqlite3")
|
||||||
|
|
||||||
m.Run()
|
m.Run()
|
||||||
|
|
||||||
data.Shutdown()
|
data.Shutdown()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue