Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
sindre
/
Beelance
Segui
1
Vota
0
Forka
0
Codice
Problemi
6
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
debug
https
jakobsn
6 anni fa
parent
87497bfb04
commit
10a10449c5
2 ha cambiato i file
con
10 aggiunte
e
5 eliminazioni
Visualizzazione separata
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
Vedi 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
Vedi 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…
Annulla
Salva