Skip to content

Commit 646bc5f

Browse files
committed
Match look'n'feel by including the base css file.
- Legacy-Id: 489
1 parent 0e2d7be commit 646bc5f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/announcements/announcement_detail.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{% extends "base.html" %}
22
{% load ietf_filters %}
33

4+
{% block head %}<link rel="stylesheet" type="text/css" href="https://www1.ietf.org/css/base.css" /><{% endblock %}
5+
46
{% block title %}NomCom Message{% endblock %}
57

68
{% block content %}
7-
<h1>NomCom Message</h1>
9+
<h2 style="text-align: center;">NomCom Message</h2>
810
<p>
911
From: {{ object.from_name|escape }}<br>
1012
To: {{ object.announced_to|escape }}<br>

0 commit comments

Comments
 (0)