{% extends "admin/base_site.html" %} {% block breadcrumbs %}{% load i18n %}{% endblock %} {% block title %}{% trans "Documentation bookmarklets" %}{% endblock %} {% block content %} {% blocktrans %}

To install bookmarklets, drag the link to your bookmarks toolbar, or right-click the link and add it to your bookmarks. Now you can select the bookmarklet from any page in the site. Note that some of these bookmarklets require you to be viewing the site from a computer designated as "internal" (talk to your system administrator if you aren't sure if your computer is "internal").

{% endblocktrans %}

{% trans "Documentation for this page" %}

{% trans "Jumps you from any page to the documentation for the view that generates that page." %}

{% trans "Show object ID" %}

{% trans "Shows the content-type and unique ID for pages that represent a single object." %}

{% trans "Edit this object (current window)" %}

{% trans "Jumps to the admin page for pages that represent a single object." %}

{% trans "Edit this object (new window)" %}

{% trans "As above, but opens the admin page in a new window." %}

{% endblock %}