From 4a54ff9e664ba9f4f2f2faf0c79a227a3221d65b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Mon, 14 Aug 2006 11:34:29 +0000
Subject: [PATCH] Allow the user to edit the shortterm field of the account.

---
 app/views/accounts/_form.rhtml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/views/accounts/_form.rhtml b/app/views/accounts/_form.rhtml
index 584922d..5274077 100644
--- a/app/views/accounts/_form.rhtml
+++ b/app/views/accounts/_form.rhtml
@@ -3,5 +3,9 @@
 <!--[form:account]-->
 <p><label for="account_name">Name</label><br/>
 <%= text_field 'account', 'name'  %></p>
+
+<p><label for="account_shortterm">Short term</label><br/>
+<%= check_box 'account', 'shortterm'  %></p>
+
 <!--[eoform:account]-->
 
-- 
GitLab