Ver código fonte

Announcement update

master
kj1352 5 anos atrás
pai
commit
8d68869147
2 arquivos alterados com 5 adições e 1 exclusões
  1. +3
    -0
      .gitignore
  2. +2
    -1
      templates/home.html

+ 3
- 0
.gitignore Ver arquivo

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

+ 2
- 1
templates/home.html Ver arquivo

@@ -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>


Carregando…
Cancelar
Salvar