Added more logout buttons
This commit is contained in:
parent
6456a4a3ab
commit
25e2b74b96
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user