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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pajju's avatar
565
pajju
asked 11 years ago, updated 11 years ago

Comments

see more comments