diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-26 14:31:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-26 17:48:33 +0200 |
commit | a44bb4131dd191b4ef5be4e1403fd18bb4987b55 (patch) | |
tree | 94aed38b0e4b888cbd299e38a633444d219220ea /ishtar_common/templates/welcome.html | |
parent | f18ffffb54004411ed8cb981aef097d9f1051ead (diff) | |
download | Ishtar-a44bb4131dd191b4ef5be4e1403fd18bb4987b55.tar.bz2 Ishtar-a44bb4131dd191b4ef5be4e1403fd18bb4987b55.zip |
🩹 Welcome page: simplify and init Welcome fields management
Diffstat (limited to 'ishtar_common/templates/welcome.html')
-rw-r--r-- | ishtar_common/templates/welcome.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ishtar_common/templates/welcome.html b/ishtar_common/templates/welcome.html deleted file mode 100644 index c5d21cecc..000000000 --- a/ishtar_common/templates/welcome.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load i18n %} - -<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://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> |