Skip to content

Commit

Permalink
Revert "Embed public meeting minutes"
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoboiler authored Oct 13, 2023
1 parent d52f50f commit b718f8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion apps/main_page/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@
path("profile/", views.profile, name="my_profile"),
path("profile/<username>/", views.profile, name="profile"),
path("404/", TemplateView.as_view(template_name="404.html")),
path("minutes/", TemplateView.as_view(template_name="meeting_minutes.html")),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
5 changes: 0 additions & 5 deletions templates/meeting_minutes.html

This file was deleted.

0 comments on commit b718f8d

Please sign in to comment.