diff --git a/TODO.md b/TODO.md index dbdb665a7..f814521e0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # I2P - [ ] functional tests - - [ ] improve i2p_frames to add a description above the frame + - [x] improve i2p_frames to add a description above the frame - [ ] configure HTTP/S proxy from freedombox interface + disabled + local interfaces diff --git a/plinth/modules/i2p/templates/i2p_frame.html b/plinth/modules/i2p/templates/i2p_frame.html index 4c08b6be7..8c3c4a6d0 100644 --- a/plinth/modules/i2p/templates/i2p_frame.html +++ b/plinth/modules/i2p/templates/i2p_frame.html @@ -1,13 +1,27 @@ {% extends "base.html" %} {% block page_head %} {% endblock %} {% block content %} - +
{{ line|safe }}
+ {% endfor %} + +