Remove unused password template

This commit is contained in:
Matthias Schiffer 2012-08-08 20:19:38 +02:00
parent ba5dfd2cb3
commit 8230c329a9
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<%
local disp = require "luci.dispatcher"
%>
<%+ffhl-wizard/header%>
<section>
<h1>Passwort setzen</h1>
<p>Hier steht noch kein Text, der den Benutzer auffordert ein Passwort zu setzen.<p>
<div class="form-actions">
<a class="btn btn-primary" href="#">Weiter</a>
<a class="btn" href="<%=disp.build_url("wizard")%>">Zurück</a>
</div>
</section>
<%+ffhl-wizard/footer%>