diff --git a/app/templates/objective.html b/app/templates/objective.html index 47e4b0f..07b9cc5 100644 --- a/app/templates/objective.html +++ b/app/templates/objective.html @@ -9,7 +9,7 @@ {% block app_content %} -{% if objective.hash is none %} +{% if not objective.hash %}

Add Objective

{% elif objective.name == '' %}

Objective

@@ -34,9 +34,11 @@ {% endif %} + {% if objective.hash %}
qr_code_failed
+ {% endif %} {% else %}

latitude: {{ objective.latitude }}

longitude: {{ objective.longitude }}