datatracker/ietf/templates/ipr/search.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

12 lines
348 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% block title %}IPR search{% endblock %}
{% block content %}
{% origin %}
{% include "ipr/search_form.html" %}
{% endblock %}
{% block js %}
<script src="{% static 'ietf/js/ipr-search.js' %}"></script>
{% endblock %}