Add test sign out button

This commit is contained in:
Jonathan Ervine 2020-12-18 09:55:27 +08:00
parent 9bf9dae1ba
commit add3f7df75

View File

@ -43,6 +43,8 @@
{{ form.submitButton(class_="btn btn-success") }}
<a class="btn btn-danger" href="/" role="button">Cancel</a>
</p>
<br>
<a class="btn btn-primary" href="/sign_out" role="button">Log Off</a>
</form>
</div>
</div>
@ -76,4 +78,4 @@
}
</script>
</body>
</html>
</html>