diff --git a/templates/index.html b/templates/index.html index c82341db..e6655883 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@

Rig Information Gathering System

Welcome back {{ user.get_full_name }}, there {%if rig_count == 1 %}is one rig coming up{%else%}are {{ rig_count|apnumber }} rigs coming up.{%endif%}

-
+

Rigboard

diff --git a/templates/partials/search.html b/templates/partials/search.html index ece2ab93..33e9257a 100644 --- a/templates/partials/search.html +++ b/templates/partials/search.html @@ -1,10 +1,10 @@ {% if user.is_authenticated %} -
+
- @@ -16,8 +16,8 @@
- - + +
{% endif %}