소스 검색

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>


불러오는 중...
취소
저장