This commit is contained in:
Kenneth Kehl
2024-08-23 11:03:32 -07:00
parent 4f9f546f23
commit 77d49754c6
3 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
<script type="text/javascript" src="{{ url_for('static', filename='js/set-timezone.js')}}"></script>
<p>{{ session['timezone'] }} </p>
{% extends "withnav_template.html" %}
{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, hidden_field_heading, row_heading, notification_status_field, notification_carrier_field, notification_carrier_message_field %}