Fix missing in stream delegate template
- Legacy-Id: 3688
This commit is contained in:
parent
367d6b2116
commit
752fbf58e3
|
@ -1,6 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
{% load ietf_streams ietf_filters %}
|
||||
|
||||
{% block title %}Manage delegates for {{ stream.name }} stream{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Stream: {{ stream.name }}</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue