mirror of https://github.com/snachodog/mybuddy.git
Rework titles/texts on the add-device page
This commit is contained in:
parent
d604f6f85a
commit
f559f553a0
|
@ -11,16 +11,9 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% trans "Add a device" %}</h1>
|
<h1>{% trans "Add a device" %}</h1>
|
||||||
|
|
||||||
<p>
|
|
||||||
{% blocktrans trimmed %}
|
|
||||||
This page allows you to gain access to babybuddy from a
|
|
||||||
third party app or device.
|
|
||||||
{% endblocktrans %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
<legend>{% trans "Authentication Methods" %}</legend>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans "Device login options" %}</legend>
|
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 col-form-label">{% trans "Key" %}</label>
|
<label class="col-sm-2 col-form-label">{% trans "Key" %}</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
|
|
Loading…
Reference in New Issue