diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 21:47:26 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 21:47:26 +0200 |
| commit | 74480cbe2b335fd141cdf5f07bb08808c0d08692 (patch) | |
| tree | ca9f5c55579acfd8394469e2644dc41dfd625988 /templates/guests.j2 | |
| parent | 83cb89862c7c330552c48d9b25f898388693c420 (diff) | |
Added all macros and also stored the js, css, png and ico files
Diffstat (limited to 'templates/guests.j2')
| -rw-r--r-- | templates/guests.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/guests.j2 b/templates/guests.j2 index b5d251f..b84a2fd 100644 --- a/templates/guests.j2 +++ b/templates/guests.j2 @@ -1,3 +1,3 @@ <div class="control" id="guests"> - <input class="input is-large is-responsive" type="text" style="text-align:center" value={{ guests }} disabled> + <input class="input is-large is-responsive" type="text" style="text-align:center" value="{{ guests }} Guests" disabled> </div>
\ No newline at end of file |
