aboutsummaryrefslogtreecommitdiff
path: root/pages/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/home.html')
-rw-r--r--pages/home.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/home.html b/pages/home.html
index 82433a5..df9ec1e 100644
--- a/pages/home.html
+++ b/pages/home.html
@@ -56,11 +56,10 @@
<div class="column" id="uploadContainer">
<a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a>
<div class="field" id="albumDiv" style="display: none">
- <label class="label">Album</label>
<p class="control select-wrapper">
<span class="select">
<select>
- <option value="">None</option>
+ <option value="">Upload to album</option>
</select>
</span>
</p>