From a8d37fab30ccbced5ec8819510ee84893460bb5e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 10 May 2018 20:42:13 +0200 Subject: Began chat encrpytion integration and ECC key generation on registration --- .../sprinkles/core/templates/pages/index.html.twig | 2 +- .../sprinkles/core/templates/pages/test.html.twig | 53 +++++++++++++++++++++- 2 files changed, 53 insertions(+), 2 deletions(-) (limited to 'main/app/sprinkles/core/templates/pages') diff --git a/main/app/sprinkles/core/templates/pages/index.html.twig b/main/app/sprinkles/core/templates/pages/index.html.twig index 59ad41e..ca38372 100644 --- a/main/app/sprinkles/core/templates/pages/index.html.twig +++ b/main/app/sprinkles/core/templates/pages/index.html.twig @@ -23,7 +23,7 @@
{% for FeedImage in FeedImages %} - An image + You probably don't have an permission to see this image.
{% endfor %}
diff --git a/main/app/sprinkles/core/templates/pages/test.html.twig b/main/app/sprinkles/core/templates/pages/test.html.twig index 796ee72..972e734 100644 --- a/main/app/sprinkles/core/templates/pages/test.html.twig +++ b/main/app/sprinkles/core/templates/pages/test.html.twig @@ -5,4 +5,55 @@

- \ No newline at end of file + + +
+ {% include "forms/csrf.html.twig" %} +

+ +

+ +
+ + + +{{ assets.js('js/main') | raw }} + + + + \ No newline at end of file -- cgit v1.2.3