dnmgmt/templates/whoisdb/handle_show.html

11 lines
166 B
HTML

{% extends "base.html" %}
{% load handletags %}
{% block content %}
{% include "whoisdb/handle_panel.html" with object=object showRelated=True %}
{% endblock %}