Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template

This commit is contained in:
Ross
2025-10-27 09:47:35 +00:00
parent 4f72de6be9
commit 702b7b35a7
6 changed files with 29 additions and 3 deletions
@@ -0,0 +1,9 @@
{% extends 'sbas/base.html' %}
{% load partials %}
{% block content %}
Test
{% endblock %}