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