Skip to content

Commit 8d24d23

Browse files
committed
website-updated-resources-page
1 parent 5cc32ca commit 8d24d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyghana/urls.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
url(r'^coc/', include('coc.urls')),
5252
url(r'^gallery/', include('app.urls')),
5353
url(r'^constitution/', include('constitution.urls')),
54-
url(r'^res/', include('resources.urls')),
54+
url(r'^resources/', include('resources.urls')),
5555
#url(r'projects/', include('projects.urls')),
5656

5757
#INIATIATIVES
58-
url(r'^resources', direct_to_template, {"template": "resources.html"}, name="resources"),
58+
#url(r'^resources', direct_to_template, {"template": "resources.html"}, name="resources"),
5959
url(r'^forms', direct_to_template, {"template": "members.html"}, name="members"),
6060
url(r'^pykidsghana', direct_to_template, {"template": "pykidsghana.html"}, name="pykidsghana"),
6161
url(r'^pyscholarsghana', direct_to_template, {"template": "pyscholarsghana.html"}, name="pyscholarsghana"),

0 commit comments

Comments
 (0)