devicebay_delete.html 279 B

12345678
  1. {% extends 'generic/confirmation_form.html' %}
  2. {% load form_helpers %}
  3. {% block title %}Delete device bay {{ devicebay }}?{% endblock %}
  4. {% block message %}
  5. <p>Are you sure you want to delete this device bay from <strong>{{ devicebay.device }}</strong>?</p>
  6. {% endblock %}