Mercurial Hosting > lang
comparison src/edit_course.html.luan @ 32:d34d709a7a8e
region
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 03 Aug 2025 18:43:17 -0600 |
parents | 176a182c02cf |
children | 1d9d9786d76f |
comparison
equal
deleted
inserted
replaced
31:1e7d855afde3 | 32:d34d709a7a8e |
---|---|
68 | 68 |
69 <h4>AI system prompt</h4> | 69 <h4>AI system prompt</h4> |
70 <textarea required name=ai_system_prompt rows=10><%=html_encode(course.ai_system_prompt)%></textarea> | 70 <textarea required name=ai_system_prompt rows=10><%=html_encode(course.ai_system_prompt)%></textarea> |
71 | 71 |
72 <h4>AI first message (optional)</h4> | 72 <h4>AI first message (optional)</h4> |
73 <textarea required name=ai_first_message><%=html_encode(course.ai_first_message or "")%></textarea> | 73 <textarea name=ai_first_message><%=html_encode(course.ai_first_message or "")%></textarea> |
74 | 74 |
75 <input type=submit> | 75 <input type=submit> |
76 | 76 |
77 <hr> | 77 <hr> |
78 | 78 |