diff options
Diffstat (limited to 'client/templates/dates.html')
| -rw-r--r-- | client/templates/dates.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html index 0a07abc..8b9a257 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -15,7 +15,8 @@ {{/each}} </div> </div> - <button type="submit" class="dates btn btn-default">Start</button> + <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 type="submit" class="dates" style="display: none;">Start</button> </form> </div> </div> |
