A corporation manager and dashboard for EVE Online
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <%inherit file="_base.mako"/>
- <%block name="title">
- ${self.support.maketitle("Log out")}
- </%block>
- <h2>Log out</h2>
- <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>
|