Commit db869457e2060fe16c799da76831abcbc1868698

Authored by Sergio Oliveira
2 parents 0bf406ca 07ea15cb

Merge remote-tracking branch 'origin/fix_app_label'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/plugins/conf.py
... ... @@ -3,4 +3,4 @@ from django.conf import settings
3 3  
4 4  
5 5 def get_plugin_config(app_label):
6   - return settings.COLAB_APPS.get('gitlab', {})
  6 + return settings.COLAB_APPS.get(app_label, {})
... ...