diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 16:20:13 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 16:20:13 +0200 |
| commit | b581661c993095c43ad19540999ab21957d0e013 (patch) | |
| tree | 3a8259e7d4b224142752975d5f95b40313a71378 /templates/guests.j2 | |
| parent | 0a4dac8168d726707a46b9aa60a257ecaba6a620 (diff) | |
Added guests funtionality
Diffstat (limited to 'templates/guests.j2')
| -rw-r--r-- | templates/guests.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/guests.j2 b/templates/guests.j2 new file mode 100644 index 0000000..b5d251f --- /dev/null +++ b/templates/guests.j2 @@ -0,0 +1,3 @@ +<div class="control" id="guests"> + <input class="input is-large is-responsive" type="text" style="text-align:center" value={{ guests }} disabled> +</div>
\ No newline at end of file |
