dnmgmt/templates/whoisdb/handle_show.html

11 lines
166 B
HTML
Raw Normal View History

2017-03-20 00:16:33 +01:00
{% extends "base.html" %}
{% load handletags %}
{% block content %}
{% include "whoisdb/handle_panel.html" with object=object showRelated=True %}
2017-03-20 00:16:33 +01:00
{% endblock %}