mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
Generalised form styles
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{> mainPageHeader name='Log Out' }}
|
||||
|
||||
<div class='mainForm'>
|
||||
<div class='formContainer'>
|
||||
<p style='text-align: center;'>You are logged in as <span class='hl'>{{ username }}</span></p>
|
||||
<form action='/logout' method='post'>
|
||||
<input type='submit' class='btn btn--primary' value='Log Out'/>
|
||||
<input type='submit' class='btn btn--primary btn--full' value='Log Out'/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user