Mercurial > piecrust2
changeset 968:20f49786937c
admin: Fix bug on the publish view.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 08 Oct 2017 09:31:15 -0700 |
parents | afd230972167 |
children | 5b735229b6fb |
files | piecrust/admin/views/publish.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/admin/views/publish.py Sun Oct 08 09:30:59 2017 -0700 +++ b/piecrust/admin/views/publish.py Sun Oct 08 09:31:15 2017 -0700 @@ -4,6 +4,7 @@ from flask.ext.login import login_required from ..blueprint import foodtruck_bp from ..pubutil import PublishLogReader +from ..views import with_menu_context logger = logging.getLogger(__name__)