Browse Source

update tech_support

kateshev14 5 months ago
parent
commit
a4f6fbbc7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SharixAdmin/views/tech_support.py

+ 1 - 1
SharixAdmin/views/tech_support.py

@@ -3,7 +3,7 @@ from django.views.generic.edit import UpdateView, CreateView, DeleteView
 from SharixAdmin.tables import TechSupTable
 from SharixAdmin.tables import TechSupTable
 from django.contrib.auth.mixins import UserPassesTestMixin
 from django.contrib.auth.mixins import UserPassesTestMixin
 from SharixAdmin.forms import CommentsCreateForm, ServiceTypeUpdateForm
 from SharixAdmin.forms import CommentsCreateForm, ServiceTypeUpdateForm
-from dbsynce.models import Comments
+from webservice_running.models import Comments
 from django.urls import reverse
 from django.urls import reverse
 from django.utils.translation import gettext as _    
 from django.utils.translation import gettext as _