diff options
Diffstat (limited to 'view/install.tpl')
-rw-r--r-- | view/install.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/install.tpl b/view/install.tpl new file mode 100644 index 000000000..b3a5f46ff --- /dev/null +++ b/view/install.tpl @@ -0,0 +1,10 @@ + +<h1>$title</h1> +<h2>$pass</h2> + + +{{ if $status }} +<h3 class="error-message">$status</h3> +{{ endif }} + +$text |