docker und requirements
This commit is contained in:
@@ -30,7 +30,7 @@ app.config.from_object(__name__)
|
||||
app.logger.setLevel(logging.DEBUG)
|
||||
|
||||
flatpages = FlatPagesIndex(app)
|
||||
flatpages_index.Links.endpoint="stuff.post"
|
||||
flatpages_index.Links.endpoint="stuff.page"
|
||||
flatpages_index.Links.url=(lambda s,x: url_for(s.endpoint, name=x))
|
||||
#flatpages_index.Links.image_url=(lambda s,x: url_for('stuff.page', name=x))
|
||||
flatpages_index.Links.file_url=(lambda s,x: url_for('stuff.page', name=x))
|
||||
|
||||
Reference in New Issue
Block a user