Don’t show help once tour is done

This commit is contained in:
Chris Hill-Scott
2016-05-26 09:15:13 +01:00
parent 6af2b71696
commit aebdc747b7

View File

@@ -1,6 +1,6 @@
{% from "components/banner.html" import banner_wrapper %}
{% if request.args['help'] %}
{% if request.args['help'] and request.args['help'] != '0' %}
{% call banner_wrapper(type='tour') %}
<p class="heading-medium">Get started</p>
<div class="grid-row bottom-gutter" {% if request.args['help'] != '1' %}style="opacity: 0.6"{% endif %}>