diff --git a/finances/templates/finances/finances.html b/finances/templates/finances/finances.html index 5e1a1be1462125af3639edae6096047ad34662d0..adf91a6e9aab63bf54ee5ff1e384455c451cfe4e 100644 --- a/finances/templates/finances/finances.html +++ b/finances/templates/finances/finances.html @@ -28,6 +28,7 @@ <li><a href="{% static 'scipost/info/AnnualReports/AnnualReport_2015.pdf' %}">Annual Report 2015</a></li> <li><a href="{% static 'scipost/info/AnnualReports/AnnualReport_2016.pdf' %}">Annual Report 2016</a></li> <li><a href="{% static 'scipost/info/AnnualReports/AnnualReport_2017.pdf' %}">Annual Report 2017</a></li> + <li><a href="{% static 'scipost/info/AnnualReports/AnnualReport_2018.pdf' %}">Annual Report 2018</a></li> </ul> {% if perms.scipost.can_view_timesheets %} diff --git a/scipost/static/scipost/info/AnnualReports/AnnualReport_2018.pdf b/scipost/static/scipost/info/AnnualReports/AnnualReport_2018.pdf new file mode 100644 index 0000000000000000000000000000000000000000..106bcc8c7057dbbdf4c239615a0cfef62ea7d886 Binary files /dev/null and b/scipost/static/scipost/info/AnnualReports/AnnualReport_2018.pdf differ