Przeglądaj źródła

Split and add beelance stuff

https
jakobsn 6 lat temu
rodzic
commit
576ee6a0d6
2 zmienionych plików z 16 dodań i 0 usunięć
  1. BIN
      src/app/static/honeybee.png
  2. +16
    -0
      src/app/templates/login.html

BIN
src/app/static/honeybee.png Wyświetl plik

Przed Po
Szerokość: 200  |  Wysokość: 188  |  Rozmiar: 28KB

+ 16
- 0
src/app/templates/login.html Wyświetl plik

@@ -0,0 +1,16 @@
$def with (login_form, friends)

<h3>Log In</h3>
<form method="POST">
$:login_form.render()
</form>

$if session.username:
<h1>Logged in as $session.username</h1>
<a href="logout">Logout</a>

<h3>Registered friends:</h3>
<ul>
$for user in friends:
<li id="user[0]">$user[1]</li>
</ul>

Ładowanie…
Anuluj
Zapisz