Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Make TT forms/ingredients_editor.tt distinguish dish/recipe
Browse files Browse the repository at this point in the history
See #130.
  • Loading branch information
dboehmer authored and kuro610 committed May 31, 2022
1 parent 82f28bd commit f82fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/templates/includes/forms/ingredients_editor.tt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<div class="offset-sm-2 col-sm-10 py-3 text-end">
<button type="reset" class="btn btn-secondary mr-1" value="Reset">Reset</button>
<button type="submit" class="btn btn-primary">Update Recipe</button>
<button type="submit" class="btn btn-primary">Update [% recipe ? 'Recipe' : 'Dish' %]</button>
</div>
</div>

Expand Down

0 comments on commit f82fff5

Please sign in to comment.