We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2d7be commit 646bc5fCopy full SHA for 646bc5f
1 file changed
ietf/templates/announcements/announcement_detail.html
@@ -1,10 +1,12 @@
1
{% extends "base.html" %}
2
{% load ietf_filters %}
3
4
+{% block head %}<link rel="stylesheet" type="text/css" href="https://www1.ietf.org/css/base.css" /><{% endblock %}
5
+
6
{% block title %}NomCom Message{% endblock %}
7
8
{% block content %}
-<h1>NomCom Message</h1>
9
+<h2 style="text-align: center;">NomCom Message</h2>
10
<p>
11
From: {{ object.from_name|escape }}<br>
12
To: {{ object.announced_to|escape }}<br>
0 commit comments