Skip to content

Commit 1f3beff

Browse files
committed
Add the date to the title. Related to ticket adamlaska#209
- Legacy-Id: 943
1 parent 77484b6 commit 1f3beff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/iesg/telechatminutes_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% extends "base.html" %}
33
{% load ietf_filters %}
44

5-
{% block title %}IESG Telechat Minutes{% endblock %}
5+
{% block title %}IESG Telechat Minutes - {{ object.telechat_date|date:"F j, Y" }}{% endblock %}
66

77

88

0 commit comments

Comments
 (0)