Skip to content

Commit

Permalink
refactor: remove unused secr/console app (#6508)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross committed Oct 23, 2023
1 parent bea4459 commit 16c876b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 75 deletions.
Empty file removed ietf/secr/console/__init__.py
Empty file.
27 changes: 0 additions & 27 deletions ietf/secr/console/tests.py

This file was deleted.

7 changes: 0 additions & 7 deletions ietf/secr/console/urls.py

This file was deleted.

17 changes: 0 additions & 17 deletions ietf/secr/console/views.py

This file was deleted.

22 changes: 0 additions & 22 deletions ietf/secr/templates/console/main.html

This file was deleted.

1 change: 0 additions & 1 deletion ietf/secr/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ <h2>IESG</h2>
<ul>
<li> <a href="{% url 'ietf.secr.announcement.views.main' %}"><b>Announcement</b></a></li>
<li> <a href="{% url 'ietf.secr.telechat.views.main' %}"><b>Telechat</b></a></li>
<li> <a href="{% url 'ietf.secr.console.views.main' %}"><b>Console</b></a></li>
</ul>
</td>
<td>
Expand Down
1 change: 0 additions & 1 deletion ietf/secr/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
re_path(r'^$', TemplateView.as_view(template_name='main.html')),
re_path(r'^announcement/', include('ietf.secr.announcement.urls')),
re_path(r'^areas/', include('ietf.secr.areas.urls')),
re_path(r'^console/', include('ietf.secr.console.urls')),
re_path(r'^meetings/', include('ietf.secr.meetings.urls')),
re_path(r'^rolodex/', include('ietf.secr.rolodex.urls')),
re_path(r'^sreq/', include('ietf.secr.sreq.urls')),
Expand Down

0 comments on commit 16c876b

Please sign in to comment.