remove obsolete line
This commit is contained in:
parent
c4bab23f41
commit
f33a78467d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue