Commit 7bf84245 authored by Titia de Castro's avatar Titia de Castro

added new announcement button

parent 95ef17a0
......@@ -20,4 +20,5 @@
</li>
{% endfor %}
</ul>
<a href="/announcements/add" class="new-announcement">New Announcement</a>
{% endblock %}
\ No newline at end of file
......@@ -23,6 +23,16 @@
.announcement-list {
margin-left: 24px;
margin-bottom: 24px;
}
.new-announcement {
text-decoration: none;
color: black;
font-weight: 600;
border: 1.5px solid black;
border-radius: 5px;
padding: 8px 24px;
}
.announcement-image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment