summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-17 23:43:35 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-17 23:43:35 -0600
commit2d2750b4c40f4ec2016b61ee244cb435b6e9a4e8 (patch)
treedf6b0f39039c7d586219f2c46cc78d6e1bf7123c /root
parent58a447a99980b9921d498444a72f1705823a049e (diff)
downloadnarwhal-2d2750b4c40f4ec2016b61ee244cb435b6e9a4e8.tar.gz
narwhal-2d2750b4c40f4ec2016b61ee244cb435b6e9a4e8.zip
flesh out the data model a bit
Diffstat (limited to 'root')
-rw-r--r--root/templates/edit.tt3
-rw-r--r--root/templates/page.tt3
2 files changed, 6 insertions, 0 deletions
diff --git a/root/templates/edit.tt b/root/templates/edit.tt
index a2be77c..c0c115c 100644
--- a/root/templates/edit.tt
+++ b/root/templates/edit.tt
@@ -8,5 +8,8 @@
<input type="submit" value="Submit" />
</form>
</p>
+<p style="text-size: small">
+Last modified by [% author.id %] on [% modified %]
+</p>
</body>
</html>
diff --git a/root/templates/page.tt b/root/templates/page.tt
index d9e16dc..e3e60c2 100644
--- a/root/templates/page.tt
+++ b/root/templates/page.tt
@@ -5,5 +5,8 @@
<p>
[% text %]
</p>
+<p style="text-size: small">
+Last modified by [% author.id %] on [% modified %]
+</p>
</body>
</html>