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 @@ + + + + + + Set Overview + + + + + + +

Database

+ {% if not db_is_there %} +

Database does not exists

+
+ +
+ {% else %} + + {% endif %} +

Rebrickable Data

+ +

Data is last updated:

+ + + + + + + + + {% for file, date in creation_dates.items() %} + + + + + {% endfor %} + +
FileLast Updated
{{ file }}{{ date }}
+
+ + +
+ + +

-----------

+ +

Recreate Database

+

Drop the tables in the database and recreate them. This will delete all your data!

+
+ + +
+ + + +