fix(doc): remove revision from shepherd writeup title (#5413)

Fixes #4200
This commit is contained in:
Jim Fenton 2023-03-25 16:15:34 +09:00 committed by GitHub
parent 736382a13e
commit d25eca930d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
{% load origin %}
{% load ietf_filters %}
{% load textfilters %}
{% block title %}Shepherd writeup for {{ doc.canonical_name }}-{{ doc.rev }}{% endblock %}
{% block title %}Shepherd writeup for {{ doc.canonical_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>
Shepherd writeup
<br>
<small class="text-muted">{{ doc.canonical_name }}-{{ doc.rev }}</small>
<small class="text-muted">{{ doc.canonical_name }}</small>
</h1>
<pre class="border p-3 my-3">{{writeup|maybewordwrap|urlize_ietf_docs|linkify}}</pre>
{% if can_edit %}