diff --git a/opentech/apply/users/templates/users/account.html b/opentech/apply/users/templates/users/account.html index fafb3656fffbb2c9d7f7de923285fb21baf56923..6c854cbe158f56f89e25efe8a7dfd37ef5e65d37 100644 --- a/opentech/apply/users/templates/users/account.html +++ b/opentech/apply/users/templates/users/account.html @@ -36,7 +36,7 @@ {{ swappable_form.media }} {% csrf_token %} {% for field in swappable_form %} - {% include "funds/includes/field.html" %} + {% include "forms/includes/field.html" %} {% endfor %} <button class="button button--primary" type="submit">Become</button> </form>