Commit d8862cb915cf4fc7a5b836a45cc437b686d475ec

Authored by Gust
1 parent 772a9be2

Fix templates not found

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab_spb/apps.py
... ... @@ -3,5 +3,5 @@ from django.apps import AppConfig
3 3  
4 4  
5 5 class SpbAppConfig(AppConfig):
6   - name = 'colab.plugins.colab_spb'
  6 + name = 'colab_spb'
7 7 verbose_name = 'SPB'
... ...