From 6d6112de333da626a5938f285f3cb318dc01a404 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 23 Jun 2016 08:44:26 -0600 Subject: [PATCH] Update account creation to take in the account ID We need the account ID to uniquely identify the account when we request transactions. So now we require the user to input the data. Over time we may be able to come up with a way to make this less onerous for the user since, in this case, AFCU actually calculates the account ID from the user ID. But we'll get to that as we learn more --- templates/accounts.html | 8 +++++--- vanth/pages/accounts.py | 13 +++++++++++-- vanth/platform/ofxaccount.py | 20 ++++++-------------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/templates/accounts.html b/templates/accounts.html index 6e64ee2..c719ca9 100644 --- a/templates/accounts.html +++ b/templates/accounts.html @@ -21,11 +21,13 @@ - - - + + + + +