dnmgmt/templates/whoisdb/handle_show.html

9 lines
147 B
HTML
Raw Normal View History

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