diff options
Diffstat (limited to 'templates/getting.html')
| -rw-r--r-- | templates/getting.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/getting.html b/templates/getting.html new file mode 100644 index 0000000..eac8f95 --- /dev/null +++ b/templates/getting.html @@ -0,0 +1,5 @@ +{%extends 'layout.html' %} +{%block content%} +<p style="text-align:center">{% trans %}Coming soon!{% endtrans %} +</p> +{% endblock %} |
