diff --git a/frontend/src/components/Deck.vue b/frontend/src/components/Deck.vue
index ce2ff7b..bcfe57d 100644
--- a/frontend/src/components/Deck.vue
+++ b/frontend/src/components/Deck.vue
@@ -8,8 +8,8 @@
{{ deck.note }}
-
-
+
+
{{ part.count }} {{ part.heading }}
@@ -29,8 +29,8 @@
edit
-
+
diff --git a/frontend/src/components/forms/DeckEditor.vue b/frontend/src/components/forms/DeckEditor.vue
index 77dd323..4ef144e 100644
--- a/frontend/src/components/forms/DeckEditor.vue
+++ b/frontend/src/components/forms/DeckEditor.vue
@@ -1,27 +1,44 @@
-
-
- {{ deck.count }} cards detected! (Decks should have 50)
-
-
- Card with {{ deck.maximum }} copies detected! (Cards should not have more than 3 copies)
-
+
+
+
+ {{ count }} cards detected! (Decks should have exactly 50 cards)
+
+
+ Card with {{ maximum }} copies detected! (Cards should not have more
+ than 3 copies)
+
-
-
+
+
-
-
- Check Deck
-
-
+
+
+ cancel
+ cancel
+
+
+
+
+
+ check
+ validate
+
+
+
+ save
+ save
+
+
+
+