Added more logout buttons
This commit is contained in:
parent
6456a4a3ab
commit
25e2b74b96
@ -23,4 +23,6 @@
|
|||||||
{{ table }}
|
{{ table }}
|
||||||
</table>
|
</table>
|
||||||
<a class="btn btn-primary" href="/" role="button">Home</a>
|
<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>
|
<p>
|
||||||
{{ form.submitButton(class_="btn btn-success") }}
|
{{ form.submitButton(class_="btn btn-success") }}
|
||||||
<a class="btn btn-danger" href="/" role="button">Cancel</a>
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -62,4 +64,4 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user