Explorar el Código

Announcement update

master
kj1352 hace 5 años
padre
commit
8d68869147
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. +3
    -0
      .gitignore
  2. +2
    -1
      templates/home.html

+ 3
- 0
.gitignore Ver fichero

@@ -9,3 +9,6 @@ all_staticfiles/
static/uploaded/
node_modules/
virtualenv/
*.iml
*.idea
*.xml

+ 2
- 1
templates/home.html Ver fichero

@@ -26,7 +26,8 @@
<header>ANNOUNCEMENTS</header>
<div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div>
<ul>
<li class="highlight"> <a href="{% static 'files/moratorium_application.docx' %}" download> Apply For Moratorium </a> </li>
<li class="highlight"> <a target="_blank" href="{% static 'files/loan-restructing-2020.pdf' %}"> Loan Restructing 2020 </a> </li>
<li> <a href="{% static 'files/moratorium_application.docx' %}" download> Apply For Moratorium </a> </li>
<li><a target="_blank" href="{% static 'files/election-notice2020.pdf' %}"> Election Notice 2020 </a></li>
<li><a href="{% static 'files/notice-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Notice 2019 </a></li>
<li><a href="{% static 'files/report-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Report 2018-19 </a></li>


Cargando…
Cancelar
Guardar