Skip to content

Commit 5db1147

Browse files
committed
- Legacy-Id: 2616
1 parent cd14ad9 commit 5db1147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lars/ietf/templates/idrfc/edit_position.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22

3-
{% block title %}Change position for {{ ad }}{% endblock %}
3+
{% block title %}Change position for {{ ad }} on {{ doc }}{% endblock %}
44

55
{% block morecss %}
66
form.position-form .position ul {
@@ -29,7 +29,7 @@
2929
{% endblock %}
3030

3131
{% block content %}
32-
<h1>Change position for {{ ad }}</h1>
32+
<h1>Change position for {{ ad }} on {{ doc }}</h1>
3333

3434
<form class="position-form" action="" method="POST">
3535
<div class="position">{{ form.position }}</div>

0 commit comments

Comments
 (0)