update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -0,0 +1,18 @@
|
|||
{% extends '@Installation/layout.twig' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>{{ 'Installation_SuperUser'|translate }}</h2>
|
||||
|
||||
{% if errorMessage is defined %}
|
||||
<div class="alert alert-danger">
|
||||
{{ 'Installation_SuperUserSetupError'|translate }}:
|
||||
<br/>- {{ errorMessage|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if form_data is defined %}
|
||||
{% include "genericForm.twig" %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue