Child: [ddf08c] (diff)

Download this file

index.html    9 lines (6 with data), 350 Bytes

1
2
3
4
5
6
7
8
9
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Link is not configured{% endblock %}
{% block header %}{{c.app.config.options.mount_label}}{% endblock %}
{% block content %}
<p class="grid-19">Please log in as the project's administrator and provide a url for this link.</p>
{% endblock %}