summaryrefslogtreecommitdiffstats
path: root/templates/main/deploy.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/deploy.html')
-rw-r--r--templates/main/deploy.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/main/deploy.html b/templates/main/deploy.html
index f8f20c2..d9e3ed2 100644
--- a/templates/main/deploy.html
+++ b/templates/main/deploy.html
@@ -59,6 +59,21 @@
<span class="form-control">{{email}}</span>
</div>
</div>
+
+ {{#testacc}}
+ <p>
+ Haben Sie bisher einen lokalen Account (Test-Account) benutzt? Falls ja können Sie diesen
+ jetzt mit Ihrem bwIDM-Account zusammenführen, um Ihre bisherigen Veranstaltungen und Virtuelle
+ Maschinen zu übernehmen. Ansonsten lassen Sie das Feld leer.
+ </p>
+
+ <div class="input-group">
+ <span class="input-group-addon">
+ Test-Login
+ </span>
+ <input class="form-control" name="testlogin" type="text" value="{{testlogin}}" placeholder="login@einrichtung.de">
+ </div>
+ {{/testacc}}
<div class="pull-right">
<button type="submit" class="btn btn-primary">Registrieren</button>