{% extends "lizard_ui/lizardbase.html" %} {% block title %}Print button{% endblock %} {% block object-actions %} Print {% endblock %} {% block content %}

Automatic print button setup

Just add the following code to your "object-actions" block and you're set:

    <span id="print-button">Print</a>
  
{% endblock %}