diff --git a/packetserver/http/templates/bulletin_detail.html b/packetserver/http/templates/bulletin_detail.html index db864a1..6391208 100644 --- a/packetserver/http/templates/bulletin_detail.html +++ b/packetserver/http/templates/bulletin_detail.html @@ -3,11 +3,7 @@ {{ bulletin.subject }} - PacketServer - +

{{ bulletin.subject }}

diff --git a/packetserver/http/templates/bulletin_list.html b/packetserver/http/templates/bulletin_list.html index 251061f..631683b 100644 --- a/packetserver/http/templates/bulletin_list.html +++ b/packetserver/http/templates/bulletin_list.html @@ -3,14 +3,7 @@ Bulletins - PacketServer - +

Bulletins

@@ -28,6 +21,7 @@ {{ bull.subject }}
by {{ bull.author }} on {{ bull.created_at[:10] }}
{{ bull.body[:200] }}{% if bull.body|length > 200 %}...{% endif %}
+
{% endfor %} diff --git a/packetserver/http/templates/bulletin_new.html b/packetserver/http/templates/bulletin_new.html index e67163d..652f4dd 100644 --- a/packetserver/http/templates/bulletin_new.html +++ b/packetserver/http/templates/bulletin_new.html @@ -3,16 +3,7 @@ New Bulletin - PacketServer - +

Create New Bulletin