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.

pajju's avatar
565
pajju
asked 2013-06-12 09:17:27 -0500, updated 2013-06-12 16:15:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments