diff --git a/archivebox/templates/admin/base.html b/archivebox/templates/admin/base.html
index 9bcf053a..c0d9ac5b 100644
--- a/archivebox/templates/admin/base.html
+++ b/archivebox/templates/admin/base.html
@@ -265,7 +265,11 @@
})
console.log('Converted', buttons.children().length, 'admin actions from dropdown to buttons')
}
-
+ function fixInlineAddRow() {
+ $('#id_snapshottag-MAX_NUM_FORMS').val('1000')
+ $('.add-row').show()
+ }
+
function setupSnapshotGridListToggle() {
$("#snapshot-view-list").click(selectSnapshotListView)
$("#snapshot-view-grid").click(selectSnapshotGridView)
@@ -290,6 +294,7 @@
}
$(document).ready(function() {
fix_actions()
+ fixInlineAddRow()
setupSnapshotGridListToggle()
setTimeOffset()
selectSnapshotIfHotlinked()