Commit 47311e66 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

edited the nickname aspect of templates & views.py

parent cc650762
from django.urls import path from django.urls import path
from .import views from .views import
# url for bookshelf # url for bookshelf
urlpatterns = [ urlpatterns = [
path('', views.bookshelfIndex, name='bookshelfIndex'), path('', views.bookshelfIndex, name='bookshelfIndex'),
path('', views.bookshelfIndex, name='bookshelfIndex'),
path('', views.bookshelfIndex, name='bookshelfIndex'),
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment