이전 설문 내용 살리기
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user