From 839d43e55af44713da1fdc5858db744c0ae07ea8 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 21 Aug 2018 12:01:00 +0100
Subject: [PATCH] update the field for the become form

---
 opentech/apply/users/templates/users/account.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/users/templates/users/account.html b/opentech/apply/users/templates/users/account.html
index fafb3656f..6c854cbe1 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>
-- 
GitLab