浏览代码

Merge branch 'master' of code.webtrigon.com:kj/cac-desktop

master
prahalad 3 年前
父节点
当前提交
f1e516db35
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/app/dashboard/partner-details/partner-details.component.html

+ 2
- 2
src/app/dashboard/partner-details/partner-details.component.html 查看文件

@@ -299,12 +299,12 @@


<div class="card"> <div class="card">
<div class="checkbox-holder"> <div class="checkbox-holder">
<input type="checkbox" disabled="{{ !isFormEditable }}" [(ngModel)]="partnerDetails.didAgree">
<input type="checkbox" disabled [(ngModel)]="partnerDetails.didAgree">
<label> I agree to the <a href="https://covidactioncollab.org/Mou-charter/" target="_blank">MOU & <label> I agree to the <a href="https://covidactioncollab.org/Mou-charter/" target="_blank">MOU &
Charter</a>. </label> Charter</a>. </label>
</div> </div>
<div class="checkbox-holder"> <div class="checkbox-holder">
<input type="checkbox" disabled="{{ !isFormEditable }}" [(ngModel)]="partnerDetails.didDeclare">
<input type="checkbox" disabled [(ngModel)]="partnerDetails.didDeclare">
<label> I/We hereby declare that I/we neither support nor are associated with any act which <label> I/We hereby declare that I/we neither support nor are associated with any act which
promotes: 1. Human trafficking; 2. Smoking / Chewing tobacco; 3. Violence / terrorism 4. Child promotes: 1. Human trafficking; 2. Smoking / Chewing tobacco; 3. Violence / terrorism 4. Child
labour / Child Marriage 5. Discrimination based color, race, religion, caste, disability & labour / Child Marriage 5. Discrimination based color, race, religion, caste, disability &


正在加载...
取消
保存