diff options
Diffstat (limited to 'servo/templates/checkin')
-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"> |