fix after rebase

This commit is contained in:
smilerz
2021-11-30 14:33:13 -06:00
parent 2d7d160d1b
commit 44e513ff2d
3 changed files with 49 additions and 62 deletions

View File

@@ -19,23 +19,10 @@
<script src="{% static 'js/js.cookie.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'css/pretty-checkbox.min.css' %}" />
{% endblock %} {% block content %}
<script src="{% static 'js/js.cookie.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'css/pretty-checkbox.min.css' %}">
{% endblock %}
{% block content %}
<div class="row">
<span class="col col-md-9">
<h2>{% trans 'Shopping List' %}</h2>
</span>
<div class="col col-mdd-3 text-right">
<b-form-checkbox switch size="lg" v-model="edit_mode"
@change="$forceUpdate()">{% trans 'Edit' %}</b-form-checkbox>
</div>
<div class="row">
<span class="col col-md-9">
<h2>{% trans 'Shopping List' %}</h2>