web: Updates classes in templates
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<div class="panel">
|
||||
<h2 class="heading">Login Successful</h2>
|
||||
|
||||
Please copy this code, switch to your application and paste it there:
|
||||
<br/>
|
||||
<input type="text" value="{{ .Code }}" />
|
||||
<div class="theme-panel">
|
||||
<h2 class="theme-heading">Login Successful</h2>
|
||||
<p>Please copy this code, switch to your application and paste it there:</p>
|
||||
<input type="text" class="theme-form-input" value="{{ .Code }}" />
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
|
Reference in New Issue
Block a user