Skip to content
Snippets Groups Projects
Commit 5d25f5cb authored by Julian's avatar Julian
Browse files

Fix edit item submit button text

parent 7193171a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<input name="name" placeholder="Name" class="form-control" value="{{ item.name }}">
<textarea name="description" placeholder="Description" class="form-control mt-2">{{ item.description }}</textarea>
<div class="mt-2 clearfix">
<button type="submit" class="btn btn-primary float-end">Add item</button>
<button type="submit" class="btn btn-primary float-end">Save</button>
</div>
</form>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment