mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Bootstrap change .btn-primary -> .btn .btn-primary
Only then the full intended style will apply. This is a change from Bootstrap 2 to Bootstrap 3.
This commit is contained in:
parent
3871875ddf
commit
6a1f96d7c2
@ -29,7 +29,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Submit"/>
|
||||
<input type="submit" class="btn btn-primary" value="Submit"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Submit"/>
|
||||
<input type="submit" class="btn btn-primary" value="Submit"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<form class="form" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form|bootstrap }}
|
||||
<input type="submit" class="btn-primary" value="Box it up!"/>
|
||||
<input type="submit" class="btn btn-primary" value="Box it up!"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
5 minutes or more, depending on download bandwidth from the
|
||||
Debian APT sources.</strong></p>
|
||||
|
||||
<input type="submit" class="btn-primary" value="Update setup"/>
|
||||
<input type="submit" class="btn btn-primary" value="Update setup"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<p>Enabling a plugin will cause a corresponding page to appear in
|
||||
Plinth.</p>
|
||||
|
||||
<input type="submit" class="btn-primary" value="Update setup"/>
|
||||
<input type="submit" class="btn btn-primary" value="Update setup"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
{% include 'bootstrapform/field.html' with field=form.ssh_enabled %}
|
||||
</div>
|
||||
|
||||
<input type="submit" class="btn-primary" value="Update setup"/>
|
||||
<input type="submit" class="btn btn-primary" value="Update setup"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -47,10 +47,9 @@ Here is the current configuration:
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Update setup"/>
|
||||
<input type="submit" class="btn btn-primary" value="Update setup"/>
|
||||
</form>
|
||||
|
||||
|
||||
<h3>Bridge</h3>
|
||||
<p>Your {{ cfg.box_name }} is configured as a Tor bridge with obfsproxy, so it
|
||||
can help circumvent censorship. If your {{ cfg.box_name }} is behind a router
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Add User"/>
|
||||
<input type="submit" class="btn btn-primary" value="Add User"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Delete User"/>
|
||||
<input type="submit" class="btn btn-primary" value="Delete User"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Update setup"/>
|
||||
<input type="submit" class="btn btn-primary" value="Update setup"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -27,7 +27,8 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary" value="Register XMPP Account"/>
|
||||
<input type="submit" class="btn btn-primary"
|
||||
value="Register XMPP Account"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
<input type="submit" class="btn-primary"
|
||||
<input type="submit" class="btn btn-primary"
|
||||
value="{{ submit_text|default:"Submit" }}"/>
|
||||
|
||||
</form>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="submit" class="btn-primary" value="Login" />
|
||||
<input type="submit" class="btn btn-primary" value="Login" />
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
</form>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user