diff --git a/static/strawberry.csv b/static/strawberry.csv
new file mode 100644
index 0000000..5826612
--- /dev/null
+++ b/static/strawberry.csv
@@ -0,0 +1,4 @@
+reservationID,name,studentID,club,strawBerry,GimBob,phone,date
+1,,11111111,,1,1,010-1231-1231,04/01/2015
+3,ƹ,10203401,ƹü,1,124,010-2223-1111,04/01/2015
+4,ƹ,10203401,ƹü,1,124,010-2223-1111,04/01/2015
diff --git a/static/yum.csv b/static/yum.csv
index 52035ab..e212d90 100644
--- a/static/yum.csv
+++ b/static/yum.csv
@@ -1,2 +1,3 @@
reservationID,name,studentID,club,strawBerry,GimBob,phone,date
-1,,20120600,Ž,1,1,010-9072-0292,April 1st
+6,ƹ,10203401,ƹü,1,124,010-2223-1111,04/10/2015
+10,ƹ,10203401,ƹü,1,124,010-2223-1111,04/10/2015
diff --git a/strawberry/views.py b/strawberry/views.py
index cb163b2..4582a7c 100644
--- a/strawberry/views.py
+++ b/strawberry/views.py
@@ -59,7 +59,7 @@ def printEx(num):
l.sort(compare)
- with io.open("static/yum.csv", 'w', encoding='cp949') as outfile:
+ with io.open("static/strawberry.csv", 'w', encoding='cp949') as outfile:
outfile.write(("reservationID,name,studentID,club,strawBerry,GimBob,phone,date\n").decode('cp949'))
for t in l:
if num==t[0]:
diff --git a/templates/master.html b/templates/master.html
index 806386b..a7bf9ae 100644
--- a/templates/master.html
+++ b/templates/master.html
@@ -44,7 +44,7 @@
})
});
-
+