mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-04 10:54:15 +00:00
pyi2phosts/templates/index.html: fix url references
This commit is contained in:
parent
e1d0e545c3
commit
571c4be84c
@ -12,10 +12,10 @@
|
|||||||
<a href=/export/alive-hosts.txt>subscription link</a> into router's addressbook.
|
<a href=/export/alive-hosts.txt>subscription link</a> into router's addressbook.
|
||||||
<h2>Jump service</h2><p>
|
<h2>Jump service</h2><p>
|
||||||
{{ title }} also provides a jump service. For accessing hosts through it,
|
{{ title }} also provides a jump service. For accessing hosts through it,
|
||||||
use urls like <a href={% url jump.views.jumper 'example.i2p' %}>
|
use urls like <a href={% url pyi2phosts.jump.views.jumper 'example.i2p' %}>
|
||||||
http://{{ domain }}{% url jump.views.jumper 'example.i2p' %}<a/>
|
http://{{ domain }}{% url pyi2phosts.jump.views.jumper 'example.i2p' %}<a/>
|
||||||
</p>
|
</p>
|
||||||
<h2>Adding hosts</h2>
|
<h2>Adding hosts</h2>
|
||||||
<p>If you are running an eepsite or another service and wants a human-readable domain name
|
<p>If you are running an eepsite or another service and wants a human-readable domain name
|
||||||
for them, consider to <a href={% url postkey.views.addkey %}>register it</a>
|
for them, consider to <a href={% url pyi2phosts.postkey.views.addkey %}>register it</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user