mirror of
https://github.com/creyD/asiimov.git
synced 2026-06-13 09:32:23 +02:00
Misc Update
- Added templating structure - Added static pages - Fixed some styling - Improved contribution guide
This commit is contained in:
@@ -15,5 +15,6 @@ urlpatterns = [
|
||||
path('profile/settings', views.me_settings, name='me_settings'),
|
||||
|
||||
path('help', views.help, name='help'),
|
||||
path('imprint', views.imprint, name='imprint')
|
||||
path('imprint', views.imprint, name='imprint'),
|
||||
path('about', views.about, name='about')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user