diff --git a/README.md b/README.md index d776062..e3c1785 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SatNOGS DB is a transmitter suggestions and crowd-sourcing app. ## Install and Contribute -See the [documentation](http://docs.satnogs.org/db/). +See the [documentation](http://docs.satnogs.org/en/stable/db/). ## Join diff --git a/db/templates/base/home.html b/db/templates/base/home.html index 7d8674d..7b65f68 100644 --- a/db/templates/base/home.html +++ b/db/templates/base/home.html @@ -63,9 +63,12 @@
{{ sat.norad_cat_id }} - {{ sat.name }}
{{ sat.names }}
- {% for transmitter in sat.transmitters.all %} + {% for transmitter in sat.transmitters.all|slice:":5" %} {{ transmitter.description }} {% endfor %} + {% if sat.transmitters.all.count > 5 %} + +{{ sat.transmitters.all.count|add:"-5" }} + {% endif %}