Refactor docker-compose.yml for improved context and volume mounts; update question_form.html to conditionally include question details
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
<div>
|
||||
<h2>Submit Question</h2>
|
||||
</div>
|
||||
{% include "sbas/question_detail.html#links-partial" %}
|
||||
{{question}}
|
||||
{% if question %}
|
||||
{% include "sbas/question_detail.html#links-partial" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<form action="" method="post" enctype="multipart/form-data" id="anatomyquestion-form">
|
||||
|
||||
Reference in New Issue
Block a user