feat(people): Add nationality and residence fields

See #1
This commit is contained in:
James Graham
2020-02-25 08:38:30 +00:00
parent abcfd67f77
commit 9210636475
6 changed files with 80 additions and 7 deletions

View File

@@ -38,6 +38,8 @@
{% bootstrap_javascript %}
{% endif %}
{{ form.media.css }}
{% block extra_head %}{% endblock %}
</head>
@@ -155,6 +157,8 @@
{% bootstrap_javascript %}
{% endif %}
{{ form.media.js }}
{% block extra_script %}{% endblock %}
</body>