diff options
Diffstat (limited to 'app/templates/workout/create.html')
| -rw-r--r-- | app/templates/workout/create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 1f6d136..628ef74 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -59,7 +59,7 @@ <i class="fa fa-calculator"></i> </div> </div> - {{ entry['units'](class_='input') }} + {{ entry['units'](class_='input', placeholder="Reps") }} </div> <p class="button is-danger" onclick="handleDel(this)"> <span class="icon is-small"> |
