summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/widgets/ask_button.html
blob: 31448b73b38e3650a48a82e57cc25ce0ed94a210 (plain)
1
2
3
4
5
6
{% if active_tab != "ask" %}
    {% if not search_state %}  {#  get empty SearchState() if there's none #}
        {% set search_state=search_state|get_empty_search_state %}
    {% endif %}
    <a id="askButton" href="{{ search_state.full_ask_url() }}">{% trans %}Ask Your Question{% endtrans %}</a>
{% endif %}