datatracker/ietf/templates/ipr/removed.html
2010-07-21 12:48:05 +00:00

13 lines
305 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2009, All Rights Reserved #}
{% block title %}IPR Details - {{ ipr.title|escape }}{% endblock %}
{% block content %}
<h1>{{ ipr.title|escape }}</h1>
<font size="3">
This IPR disclosure was removed at the submitter's request.
</font>
{% endblock %}