From ca7d0ccef4102948c444711f534f606d3ace4ccb Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 19 Nov 2019 20:22:35 +0100 Subject: [PATCH] stuff --- cookbook/templates/index.html | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/templates/index.html b/cookbook/templates/index.html index 5cb3479c2..0b8711914 100644 --- a/cookbook/templates/index.html +++ b/cookbook/templates/index.html @@ -25,6 +25,7 @@ {% trans 'Reset' %} {% trans 'New' %} + {% trans 'Random' %} diff --git a/requirements.txt b/requirements.txt index f464cf2b3..20470281f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ django-autocomplete-light six requests markdown +simplejson lxml webdavclient3 python-dotenv==0.7.1 psycopg2==2.7.4 gunicorn==19.7.1 -simplejson \ No newline at end of file