wlanslovenija / nodewatcher

A modular open networks growing platform.
http://nodewatcher.net/
Other
63 stars 20 forks source link

description: Display node's URL. #33

Closed jaka closed 7 years ago

jaka commented 7 years ago

Work in progress.

kostko commented 7 years ago

This looks good, does it work correctly (besides the commit message)?

mitar commented 7 years ago

No. @jaka reported that for some reason it does not display anything anymore. While before with old approach it did.

kostko commented 7 years ago

Not sure why this worked before, but you seem to be missing

{% load i18n %}

at the top of the url.html template file (you are using the trans tag, which is only available after you load the i18n template tag module).

With this change, everything works for me. Please amend your commit, also fixing the commit message.

jaka commented 7 years ago

Sorry for delay. I updated url.html and changed commit message.

kostko commented 7 years ago

Please rebase on development branch.

jaka commented 7 years ago

I think I managed to rebase to the latest development branch.