projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
uploaded by works, and now you can view art on its own page.
[zzz-floof.git]
/
floof
/
templates
/
base.mako
diff --git
a/floof/templates/base.mako
b/floof/templates/base.mako
index
28003c5
..
5034bf0
100644
(file)
--- a/
floof/templates/base.mako
+++ b/
floof/templates/base.mako
@@
-8,6
+8,8
@@
</head>
<body>
<div id="header">
+<a href="${h.url_for("/")}">Home</a>
+
<div id="user">
% if c.user:
<p>Logged in as ${c.user.name}</p>
@@
-20,6
+22,8
@@
</form>
% endif
</div>
+
+
</div>
<div id="body">
${next.body()}