summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py')
-rw-r--r--bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py b/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py
index 71e0925787..7b6f15b2cc 100644
--- a/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py
+++ b/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py
@@ -3,7 +3,7 @@
3# 3#
4 4
5from django import template 5from django import template
6from django.core.urlresolvers import reverse 6from django.urls import reverse
7 7
8register = template.Library() 8register = template.Library()
9 9