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