Aug 19 - Update New Inspection Schedule page layout
This commit is contained in:
@@ -69,6 +69,44 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{# The enrollment intake form is served by THIS app and is public (no login),
|
||||
so it is linked with url_for() rather than an absolute URL: the link then
|
||||
stays on whatever host the user is already on — which in MT is the tenant's
|
||||
own subdomain or custom domain — and cannot rot if that domain changes.
|
||||
Submissions are read at Admin -> Enrollment Forms. #}
|
||||
<div class="col-12 col-lg-6">
|
||||
<a class="jqc-hub-card" href="{{ url_for('enrollment.form') }}">
|
||||
<div class="d-flex gap-3 align-items-start">
|
||||
<span class="jqc-tile-icon lg"><i class="bi bi-clipboard-plus"></i></span>
|
||||
<div>
|
||||
<div class="jqc-hub-title">Enrollment Form</div>
|
||||
<div class="jqc-hub-text">
|
||||
Collect who needs access and what each person should be able to do.
|
||||
No login is required to fill it in, so the link can be forwarded to a
|
||||
customer; submissions arrive under Admin → Enrollment Forms.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jqc-hub-open">Open →</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-lg-6">
|
||||
<a class="jqc-hub-card" href="{{ url_for('enrollment.admin_list') }}">
|
||||
<div class="d-flex gap-3 align-items-start">
|
||||
<span class="jqc-tile-icon lg"><i class="bi bi-inboxes"></i></span>
|
||||
<div>
|
||||
<div class="jqc-hub-title">Enrollment Submissions</div>
|
||||
<div class="jqc-hub-text">
|
||||
Every enrollment form that has been submitted, with its office
|
||||
notes, status and CSV export.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jqc-hub-open">Open →</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-lg-6">
|
||||
<a class="jqc-hub-card" href="{{ url_for('tenant_settings.branding') }}">
|
||||
<div class="d-flex gap-3 align-items-start">
|
||||
|
||||
Reference in New Issue
Block a user