mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59: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
7ef8152266
|
@ -128,7 +128,7 @@ urlpatterns = [
|
||||||
EditProfileFormView.as_view(
|
EditProfileFormView.as_view(
|
||||||
template_name='layerindex/profile.html'),
|
template_name='layerindex/profile.html'),
|
||||||
name="profile"),
|
name="profile"),
|
||||||
url(r'^about$',
|
url(r'^about/$',
|
||||||
TemplateView.as_view(
|
TemplateView.as_view(
|
||||||
template_name='layerindex/about.html'),
|
template_name='layerindex/about.html'),
|
||||||
name="about"),
|
name="about"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user