diff --git a/templates/announcements.html b/templates/announcements.html
index 11e821068..061a252fd 100644
--- a/templates/announcements.html
+++ b/templates/announcements.html
@@ -2,23 +2,23 @@
{% load static %} {% block content %} {% load bootstrap3 %}
{% block pagespecs %}
- {% if id %}
- {% for req in data %}
-
-
@@ -30,87 +30,98 @@
Important Announcements
{% if not id %}
{% endif %}
{% for req in pinned_data %}
-
-
- {{ req.description | safe | urlize | linebreaks }}
-
-
Very Important
-
{% bootstrap_icon "time" %} {{ req.dateadded }}
-
+
+
+ {{ req.description | safe | urlize | linebreaks }}
+
+
Very Important
+
{% bootstrap_icon "time" %} {{ req.dateadded }}
+
{% endfor %}
-
+
- Priority : High Medium Low
+ Priority : High Medium Low
-
+
{% for req in data %}
-
{% endfor %}
{% if id %}
-
+
{% else %}
-
+
{% endif %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file