mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
layerindex/urls.py: fix about url pattern
The url pattern was not including the trailing / [YOCTO #14445] Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
796d2455bb
commit
75f052d19d
|
@ -128,7 +128,7 @@ urlpatterns = [
|
|||
EditProfileFormView.as_view(
|
||||
template_name='layerindex/profile.html'),
|
||||
name="profile"),
|
||||
url(r'^about$',
|
||||
url(r'^about/$',
|
||||
TemplateView.as_view(
|
||||
template_name='layerindex/about.html'),
|
||||
name="about"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user