style: fix spaces on urls.py in about app

parent 943b8f94
# <appname>/urls.py
from django.urls import path from django.urls import path
from .views import index from .views import index
urlpatterns = [ urlpatterns = [
path('', index, name='index'), path('', index, name='index'),
] ]
# This might be needed, depending on your Django version
app_name = "about" app_name = "about"
\ 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