fluent_pages.adminui.utils
Utility functions related to admin views.
-
fluent_pages.adminui.utils.get_page_admin_url(page)
Return the admin URL for a page.
-
fluent_pages.adminui.utils.get_current_edited_page(request)
Return the Page object which is currently being edited in the admin.
Returns None if the current view isn’t the “change view” of the the Page model.