Merge pull request #412 from amarynets/bugfix/change_text_on_button

Change text on button Order now -> Continue!
This commit is contained in:
Pcoder 2017-07-25 20:36:14 +02:00 committed by GitHub
commit a05b5b6918
2 changed files with 21 additions and 18 deletions

View file

@ -85,5 +85,5 @@
</div>
</div>
</div>
<input type="submit" class="btn btn-primary disabled" value="{% trans 'Order Now!' %}"></input>
<input type="submit" class="btn btn-primary disabled" value="{% trans 'Continue' %}"></input>
</form>