remove obsolete line

This commit is contained in:
phil 2016-04-23 19:31:09 +00:00
parent d6e2dab4b8
commit 20a7202005
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ def generate_static():
@bobo.query('/')
def create_entry():
values = {}
values["entries"] = Entry.select().orderBy("-timestamp")
values["date_format"] = DATE_FORMAT_FULL
values["static_url"] = get_link(1)
return render("admin_create.html", **values)