diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-14 18:31:49 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-14 18:31:49 +0300 |
| commit | a3ff3580d8067ff76c06d7e5859a546ecc099098 (patch) | |
| tree | 7ad71d65cd6f5015b28e6fb961aaf7fd4fee3296 /client/templates/dates.html | |
| parent | 8928aa417555cb6c00156eef6b19a221211d43cc (diff) | |
Date selection works
Diffstat (limited to 'client/templates/dates.html')
| -rw-r--r-- | client/templates/dates.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html index 7e277c5..62a6a77 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -28,10 +28,12 @@ </div> </div> </div> - <form class="date-form"> - <input type="hidden" name="month" id="month" value="01"> - <input type="hidden" name="year" id="year" value="15"> - </form> </div> + <form class="dates"> + <input type="hidden" name="month" id="month" value="01"> + <input type="hidden" name="year" id="year" value="15"> + <div class="error" style="display: none;">Apparently you don't have enough photos to create a statistic from, please choose another month and try again</div> + <button class="next" style="display: none;">Start</button> + </form> </div> </template> |
