diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-30 10:34:01 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-30 10:34:01 +0300 |
commit | 9dcc51f2211385239b0272bdbf2466637c874f35 (patch) | |
tree | 8ac9104abcfa817dc1092e5f338b8c90b4b8aaff /servo/templates/checkin/newindex.html | |
parent | 467f9fef717cbdc217aae63fef6481150e8e34a7 (diff) | |
download | Servo-9dcc51f2211385239b0272bdbf2466637c874f35.tar.gz Servo-9dcc51f2211385239b0272bdbf2466637c874f35.tar.bz2 Servo-9dcc51f2211385239b0272bdbf2466637c874f35.zip |
Check-in fixes and improvements
Diffstat (limited to 'servo/templates/checkin/newindex.html')
-rw-r--r-- | servo/templates/checkin/newindex.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index f1fc035..55a52fa 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -6,7 +6,7 @@ {% block main %} <div class="page-header"> - <h2>{% trans "Device" %}</h2> + <h2>{% trans "Device Info" %}</h2> </div> {% comment %} @@ -66,15 +66,15 @@ {% include "checkin/device_form.html" %} </div> <div class="page-header"> - <h2>{% trans "Customer" %}</h2> + <h2>{% trans "Customer Info" %}</h2> </div> <div id="customer"> {% include "checkin/customer_form.html" %} </div> <div class="page-header"> - <h2>{% trans "Problem description" %}</h2> + <h2>{% trans "Problem Description" %}</h2> </div> - {% if request.user.is_authenticated %} + {% if request.user.is_authenticated and tags %} <div class="row"> <div class="col-md-12"> <div class="form-group"> |