ソースを参照

Split and add beelance stuff

https
jakobsn 6年前
コミット
576ee6a0d6
2個のファイルの変更16行の追加0行の削除
  1. バイナリ
      src/app/static/honeybee.png
  2. +16
    -0
      src/app/templates/login.html

バイナリ
src/app/static/honeybee.png ファイルの表示

変更前 変更後
幅: 200  |  高さ: 188  |  サイズ: 28KB

+ 16
- 0
src/app/templates/login.html ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存