diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-15 21:34:40 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-15 21:34:40 +0300 |
| commit | 2893db3a20ed97b2036884c354d9e9e6d797d666 (patch) | |
| tree | f6b3b0f3b495272fb35ce47cb398c607c4df4ec5 | |
| parent | 1026a27a4cf1ce433968b430910f81d1e028037f (diff) | |
Fix 2011 bug
| -rw-r--r-- | client/templates/dates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html index f702793..b041b1f 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -32,7 +32,7 @@ </div> <form class="dates"> <input type="hidden" name="month" id="month" value="01"> - <input type="hidden" name="year" id="year" value="15"> + <input type="hidden" name="year" id="year" value="11"> <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> |
