diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-24 17:16:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-24 17:25:02 +0200 |
commit | 1151c8a1e2eaba0f354992fbe6e7de7668098d1b (patch) | |
tree | be032a8c0d0dbe9d1be444033ed47477fa897862 /ishtar_common | |
parent | 0663c1251d225a4c40ed93645f3bd8f16ae2acb3 (diff) | |
download | Ishtar-1151c8a1e2eaba0f354992fbe6e7de7668098d1b.tar.bz2 Ishtar-1151c8a1e2eaba0f354992fbe6e7de7668098d1b.zip |
🩹 default message on the welcome page link to the documentation (refs #4677)
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/welcome.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/welcome.html b/ishtar_common/templates/welcome.html index 4783b369c..c6ee5c81f 100644 --- a/ishtar_common/templates/welcome.html +++ b/ishtar_common/templates/welcome.html @@ -9,8 +9,9 @@ <p>{% trans "Some useful links:" %}</p> <ul> <li><a href='https://ishtar-archeo.net' target="_blank">{% trans "Presentation site and blog" %}</a>{% trans ":"%} {% trans "stay tuned with Ishtar news!" %}</li> + <li><a href="https://ishtar.readthedocs.io/fr/{{ISHTAR_DOCUMENT_VERSION}}/" target="_blank">{% trans "Documentation" %}</a>{% trans ":"%} {% trans "inline documentation." %}</li> <li><a href="{% url 'admin:index' %}" target="_blank">{% trans "Admin interface" %}</a>{% trans ":"%} {% trans "for admin only." %}</li> - <li><a href="https://forum.ishtar-archeo.net/" target="_blank">{% trans "Forum" %}</a>{% trans ":"%} {% trans "need help? find a new bug? a fantastic feature to propose? Here is the place to go." %}</li> + <li><a href="https://discourse.ishtar-archeo.net/" target="_blank">{% trans "Forum" %}</a>{% trans ":"%} {% trans "need help? find a new bug? a fantastic feature to propose? Here is the place to go." %}</li> <li><a href="https://gitlab.com/iggdrasil/ishtar" target="_blank">{% trans "Source code" %}</a> – <a href="https://tickets.iggdrasil.net/projects/ishtar" target="_blank">{% trans "tickets" %}</a>{% trans ":"%} {% trans "where the magic happens." %}</li> </ul> </div> |