smoke test the rest of the apps

This commit is contained in:
Ross
2026-06-10 22:05:12 +01:00
parent e670adf2d0
commit 6bb9441748
55 changed files with 1454 additions and 109 deletions
+14
View File
@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block content %}
<div class="container my-5">
<div class="card bg-dark text-white border-secondary">
<div class="card-body">
<h1 class="card-title mb-4">{{ app_name|title }} Help</h1>
<p class="card-text">Welcome to the radiology education platform. There is no custom help document for the <strong>{{ app_name }}</strong> application yet.</p>
<hr class="border-secondary my-4">
<a href="javascript:history.back()" class="btn btn-secondary">Go Back</a>
</div>
</div>
</div>
{% endblock %}