From 5b6fa62f3c07ced332adad74a5f97f7788fc0e13 Mon Sep 17 00:00:00 2001
From: ayamberkakienam <zackhardyz@gmail.com>
Date: Sat, 30 Sep 2017 17:47:30 +0700
Subject: [PATCH] Insert dummy content for /order pages

---
 order/complete_order.html  |  5 +++++
 order/order.html           | 12 ------------
 order/select_driver.html   |  5 +++++
 order/select_location.html |  5 +++++
 4 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/order/complete_order.html b/order/complete_order.html
index e69de29b..d6d12ccc 100755
--- a/order/complete_order.html
+++ b/order/complete_order.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		complete order
+	</p>
+</body>
\ No newline at end of file
diff --git a/order/order.html b/order/order.html
index 8914b2b4..e69de29b 100644
--- a/order/order.html
+++ b/order/order.html
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-	<title>U Wanna Call Me Beibh?</title>
-	<link rel="stylesheet" type="text/css" href="../css/main.css">
-</head>
-<body>
-	<div class="frame">
-		<p>test</p>
-	</div>
-</body>
-</html>
\ No newline at end of file
diff --git a/order/select_driver.html b/order/select_driver.html
index e69de29b..32ffbe45 100755
--- a/order/select_driver.html
+++ b/order/select_driver.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		select driver
+	</p>
+</body>
\ No newline at end of file
diff --git a/order/select_location.html b/order/select_location.html
index e69de29b..44b5ca02 100755
--- a/order/select_location.html
+++ b/order/select_location.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		select location
+	</p>
+</body>
\ No newline at end of file
-- 
GitLab