Add autocomplete widget and fix some errors

This commit is contained in:
Jan Tuomi
2017-09-25 20:45:13 +03:00
parent 91a0694ae5
commit 7ce28c3a48
9 changed files with 55 additions and 3 deletions
+8
View File
@@ -4,6 +4,11 @@
{% load i18n %}
{% block content %}
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<div>
<h3>{% trans "Add payment" %}</h3>
@@ -18,4 +23,7 @@
</form>
</div>
</div>
{{ form.media }}
{% endblock content %}