diff --git a/application/views/auth/add.php b/application/views/auth/add.php
deleted file mode 100644
index cde42eb4..00000000
--- a/application/views/auth/add.php
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-num_rows() > 0)
- {
- echo "
";
- foreach ($notes->result() as $row)
- {
- echo "- ";
- echo "id."\">".$row->title."";
- echo "
";
- }
- echo "
";
- } else {
- echo "
You have no notes, why not create one!
";
- }
-
-?>
-
-
Create a Note
-
-
\ No newline at end of file
diff --git a/application/views/auth/view.php b/application/views/auth/view.php
deleted file mode 100644
index eebd737f..00000000
--- a/application/views/auth/view.php
+++ /dev/null
@@ -1,8 +0,0 @@
-result() as $row) { ?>
-
+
+
+session->flashdata('notice')) { ?>
+
+ session->flashdata('notice'); ?>
+
+
+
+
+