A corporation manager and dashboard for EVE Online
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%inherit file="_base.mako"/>
- <%block name="title">
- Log out – ${g.config.get("corp.name") | h}
- </%block>
- <h1>Log out</h1>
- <p>Use the button below to safely log out and clear your session.</p>
- <form id="logout-form" method="post">
- <input type="submit" value="Log out">
- </form>
|