error messages

This commit is contained in:
vabene1111
2020-07-08 21:53:55 +02:00
parent f177fed8e2
commit b89c38a696
4 changed files with 39 additions and 5 deletions

View File

@@ -10,9 +10,6 @@
{% include 'include/vue_base.html' %}
<link rel="stylesheet" href="{% static 'css/bootstrap-vue.min.css' %}">
<script src="{% static 'js/bootstrap-vue.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'css/vue-multiselect-bs4.min.css' %}">
<script src="{% static 'js/vue-multiselect.min.js' %}"></script>
@@ -450,6 +447,7 @@
},
methods: {
makeToast: function(title, message, variant=null) {
//TODO remove duplicate function in favor of central one
this.$bvToast.toast(message, {
title: title,
variant: variant,