We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93645e commit d5fa0c5Copy full SHA for d5fa0c5
1 file changed
ietf/iesg/sitemaps.py
@@ -1,5 +1,4 @@
1
-from django.contrib.sitemaps import Sitemap, GenericSitemap
2
-from ietf.iesg.models import TelechatMinutes
+from django.contrib.sitemaps import GenericSitemap
3
from ietf.iesg.urls import telechat_detail
4
5
IESGMinutesMap = GenericSitemap(telechat_detail, changefreq="never")
0 commit comments