diff --git a/templates/config.html b/templates/config.html new file mode 100644 index 0000000..62def2c --- /dev/null +++ b/templates/config.html @@ -0,0 +1,90 @@ + + +
+ + +Database
+ {% if not db_is_there %} +Database does not exists
+ + {% else %} +Rebrickable Data
+ +File | +Last Updated | +
---|---|
{{ file }} | +{{ date }} | +
-----------
+ +Recreate Database
+Drop the tables in the database and recreate them. This will delete all your data!
+ + + + +