Skip to content

Commit e7c64f8

Browse files
Fix info about adding/removing feeds.
1 parent 321f3e7 commit e7c64f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

config/titles_only.html.tmpl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,13 @@ src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>
117117
<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a>
118118
</li>
119119
</TMPL_LOOP>
120-
<li> <i>To request addition or removal:<br />
121-
e-mail planet at python.org (note, responses can take up to a few days)</i></li>
120+
121+
<li>
122+
<i>
123+
To request addition or removal:<br />
124+
Open an issue on <a href="https://github.com/python/planet/issues">github</a><br />
125+
</i>
126+
</li>
122127
</ul></li>
123128
</ul>
124129
</div>

0 commit comments

Comments
 (0)