이전 설문 내용 살리기

This commit is contained in:
peregr1nus
2025-12-11 11:12:20 +09:00
parent 4246d866cf
commit c9f5681348
13 changed files with 167 additions and 85 deletions

View File

@@ -20,7 +20,7 @@
<div class="form-group">
<label for="testimony">간증문 *</label>
<p class="help-text">상담 소감을 자유롭게 작성해주세요.</p>
<textarea id="testimony" name="content" rows="15" required placeholder="간증문을 작성해주세요..."></textarea>
<textarea id="testimony" name="content" rows="15" required placeholder="간증문을 작성해주세요...">{{ testimony.get('content', '') }}</textarea>
</div>
<div class="form-actions">
@@ -77,3 +77,6 @@ document.getElementById('step5Form').addEventListener('submit', async function(e
</script>
{% endblock %}