Skip to content

Commit

Permalink
Icpc23 contest redirect (#363)
Browse files Browse the repository at this point in the history
* add autofill replies in tickets

* change to select, add more replies

* add: redirect users from / to /contests

* update: change urls view

---------

Co-authored-by: winprn <[email protected]>
  • Loading branch information
2 people authored and leduythuccs committed Oct 18, 2024
1 parent 2f79892 commit 1f17839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def paged_list_view(view, name):


urlpatterns = [
path('', blog.PostList.as_view(template_name='home.html', title=_('Home')), kwargs={'page': 1}, name='home'),
path('', contests.ContestList.as_view(), name='home'),
path('500/', exception),
path('admin/', admin.site.urls),
path('i18n/', include('django.conf.urls.i18n')),
Expand Down

0 comments on commit 1f17839

Please sign in to comment.