瀏覽代碼

Announcement update

master
kj1352 5 年之前
父節點
當前提交
8d68869147
共有 2 個檔案被更改,包括 5 行新增1 行删除
  1. +3
    -0
      .gitignore
  2. +2
    -1
      templates/home.html

+ 3
- 0
.gitignore 查看文件

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

+ 2
- 1
templates/home.html 查看文件

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


Loading…
取消
儲存