From 49c9f8e285a9d75e08207ee697a81ac09c88a947 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Jun 2016 18:08:59 +0200 Subject: A default welcome page --- ishtar_common/templates/welcome.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ishtar_common/templates/welcome.html (limited to 'ishtar_common/templates/welcome.html') diff --git a/ishtar_common/templates/welcome.html b/ishtar_common/templates/welcome.html new file mode 100644 index 000000000..42935d8f9 --- /dev/null +++ b/ishtar_common/templates/welcome.html @@ -0,0 +1,11 @@ +{% load i18n %} +{% load url from future %} + +

{% trans "Welcome in Ishtar, open source software for management and inventory of archaeological data" %}

+

{% trans "Some useful links:" %}

+ -- cgit v1.2.3