diff options
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> |
