torchbox / wagtail-bookmarklet

Gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the user bar isn't available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wagtail Bookmarklet

This simple app gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the User Bar isn't available, e.g. when the site has been statically generated.

Installation

  1. pip install wagtailbookmarklet
  2. Add 'wagtailbookmarklet' to your INSTALLED_APPS
  3. Check BASE_URL is correctly configured in settings.

Usage

Go to 'Bookmarklet' in the Wagtail admin settings menu. Drag the link to your bookmarks bar.

About

Gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the user bar isn't available

License:MIT License


Languages

Language:Python 86.5%Language:HTML 13.5%