상세점검 수정
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
{% if '기타의견란' in question or '기타의견' in question %}
|
||||
<p class="help-text">※ 이 문항은 아래 "기타의견"란에 "{{ loop.index }}번: "으로 시작하여 답변해주세요.</p>
|
||||
{% else %}
|
||||
<textarea name="q{{ loop.index }}" rows="4" required placeholder="답변을 작성해주세요"></textarea>
|
||||
<div class="radio-group">
|
||||
<label><input type="radio" name="q{{ loop.index }}" value="예" required> 예</label>
|
||||
<label><input type="radio" name="q{{ loop.index }}" value="아니오"> 아니오</label>
|
||||
<label><input type="radio" name="q{{ loop.index }}" value="모르겠습니다"> 모르겠습니다</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@@ -33,8 +37,8 @@
|
||||
|
||||
<div class="doctrine-section">
|
||||
<div class="form-group">
|
||||
<label for="other_opinions">기타의견 (3번 문항 답변 포함)</label>
|
||||
<textarea id="other_opinions" name="other_opinions" rows="5" placeholder="3번 문항 답변 및 기타 의견을 작성해주세요. 3번 문항은 '3번: '으로 시작하여 답변해주세요."></textarea>
|
||||
<label for="other_opinions">기타의견</label>
|
||||
<textarea id="other_opinions" name="other_opinions" rows="5" placeholder="기타의견란에 작성해야 하는 문항 답변 및 기타 의견을 작성해주세요. (예: 3번: ... 또는 8번: ...)"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user