Files
edx-platform/lms/askbot/skins/mitx/templates/widgets/ask_button.html
Matthew Mongeau a08be52780 Skin settings.
2012-06-14 15:46:10 -04:00

7 lines
309 B
HTML

{% 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 a question{% endtrans %}</a>
{% endif %}