本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
sindre
/
Beelance
關注
1
收藏
0
複製
0
程式碼
問題
6
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
debug
https
jakobsn
6 年之前
父節點
87497bfb04
當前提交
10a10449c5
共有
2 個檔案被更改
,包括
10 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
src/app/templates/guestbook.html
+3
-1
src/app/templates/index.html
+ 7
- 4
src/app/templates/guestbook.html
查看文件
@@ -15,8 +15,11 @@ $def with (entries, guesbook_form)
</ul>
$if session.username:
<h2>Write an entry<h2>
<form method="POST">
$:guesbook_form.render()
</form>
<h2>Write an entry</h2>
<form method="POST">
$:guesbook_form.render()
</form>
<br>
<a href="/">Home</a>
</body>
+ 3
- 1
src/app/templates/index.html
查看文件
@@ -15,7 +15,9 @@ $def with (login_form, friends)
<br>
<br>
<a href="register">Become A Friend!</a>
<a href="register"> - Register!</a>
<br>
<a href="guestbook">- Guestbook</a>
<h3>Log In</h3>
<form method="POST">
Write
Preview
Loading…
取消
儲存