Added more logout buttons

This commit is contained in:
Jonathan Ervine 2020-12-18 13:37:21 +08:00
parent 6456a4a3ab
commit 25e2b74b96
2 changed files with 7 additions and 3 deletions

View File

@ -23,4 +23,6 @@
{{ table }}
</table>
<a class="btn btn-primary" href="/" role="button">Home</a>
</body>
<br>
<a class="btn btn-primary" href="/oauth2/sign_out" role="button">Log Off</a>
</body>

View File

@ -32,7 +32,9 @@
<p>
{{ form.submitButton(class_="btn btn-success") }}
<a class="btn btn-danger" href="/" role="button">Cancel</a>
</p>
<br>
<a class="btn btn-primary" href="/oauth2/sign_out" role="button">Log Off</a>
</p>
</form>
</div>
</div>
@ -62,4 +64,4 @@
}
</script>
</body>
</html>
</html>