From 1bcb149edda11531986d0db855529ef123a69d18 Mon Sep 17 00:00:00 2001 From: Mathieu Agopian Date: Sat, 3 Mar 2012 09:41:45 +0100 Subject: mnmlist theme --- mnmlist/templates/author.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mnmlist/templates/author.html (limited to 'mnmlist/templates/author.html') diff --git a/mnmlist/templates/author.html b/mnmlist/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/mnmlist/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} -- cgit