We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd14ad9 commit 5db1147Copy full SHA for 5db1147
1 file changed
lars/ietf/templates/idrfc/edit_position.html
@@ -1,6 +1,6 @@
1
{% extends "base.html" %}
2
3
-{% block title %}Change position for {{ ad }}{% endblock %}
+{% block title %}Change position for {{ ad }} on {{ doc }}{% endblock %}
4
5
{% block morecss %}
6
form.position-form .position ul {
@@ -29,7 +29,7 @@
29
{% endblock %}
30
31
{% block content %}
32
-<h1>Change position for {{ ad }}</h1>
+<h1>Change position for {{ ad }} on {{ doc }}</h1>
33
34
<form class="position-form" action="" method="POST">
35
<div class="position">{{ form.position }}</div>
0 commit comments