Revision history [back]
How to change the Askbot button name: Ask your Question?
How to change the Askbot button: Ask your Question?
to something else like — Share/Ask
I tried changing in file: askbot/templates/widgets/ask_form.html
<input type="submit" name="post" value="{% trans %}Ask Your Question{% endtrans %}" class="submit" />
to
<input type="submit" name="post" value="{% trans %}Share/Ask{% endtrans %}" class="submit" />
I tried changing this button text, it worked, but the Live search is not working now!
am I missing something? is there any JS code that is dependent on the Button Text?
Thanks.
How to change the Askbot button name: Ask your a Question?
How to change the Askbot button: Ask your a Question?
to something else like — Share/Ask
I tried changing in file: askbot/templates/widgets/ask_form.html
<input type="submit" name="post" value="{% trans %}Ask Your Question{% endtrans %}" class="submit" />
to
<input type="submit" name="post" value="{% trans %}Share/Ask{% endtrans %}" class="submit" />
I tried changing this the button text, it worked, but the Live search is not working now!
am I missing something? something, is there any JS code that is dependent on the Button Text?
Thanks.