Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>

<li>
<i>
To request addition or removal:<br />
Open an issue on <a href="https://github.com/python/planet/issues">github</a><br />
To request addition or removal,
<a href="https://github.com/python/planet">open a PR or issue</a>
</i>
</li>
</ul></li>
Expand Down
9 changes: 7 additions & 2 deletions config/titles_only.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@ src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>
<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a>
</li>
</TMPL_LOOP>
<li> <i>To request addition or removal:<br />
e-mail planet at python.org (note, responses can take up to a few days)</i></li>

<li>
<i>
To request addition or removal,
<a href="https://github.com/python/planet">open a PR or issue</a>
</i>
</li>
</ul></li>
</ul>
</div>
Expand Down