Procházet zdrojové kódy

Announcement update

master
kj1352 před 5 roky
rodič
revize
8d68869147
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +3
    -0
      .gitignore
  2. +2
    -1
      templates/home.html

+ 3
- 0
.gitignore Zobrazit soubor

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

+ 2
- 1
templates/home.html Zobrazit soubor

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


Načítá se…
Zrušit
Uložit