Make the register/login pages link to eachother.

main
Zed A. Shaw 7 days ago
parent 07ff0e6a97
commit 014611a901
  1. 1
      public/login/index.html
  2. 2
      tests/base_test.go

@ -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…
Cancel
Save