initialize step 2

This commit is contained in:
Manuel Raynaud
2013-09-02 19:56:34 +02:00
parent 73508028b4
commit 50e585044f
4 changed files with 45 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
{extends file="layout.html"}
{block name="content"}
Hello World !
<h1>{intl l="Thelia installation wizard"}</h1>
<br />
{intl l="Bienvenue au sein du programme d'installation de Thelia."}<br />
{intl l="Nous allons vous guider tout au long de ce processus afin d'installer l'application sur votre système."}<br /><br />
<form action="{url path="/install/step/2" }" method="post">
<input type="submit" value="Continuer" />
</form>
{/block}