This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
debug
https
jakobsn
6 years ago
parent
87497bfb04
commit
10a10449c5
2 changed files
with
10 additions
and
5 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save