From 370d51244922ba6634831a406e268a6537053a3d Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 27 Jan 2016 12:36:35 +0100 Subject: bumping react and removing react-bootstrap listgroup which are not working wit last react version --- src/web/templates/home2.html | 103 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 98 insertions(+), 5 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html index 3e9d4a6f..673d9041 100644 --- a/src/web/templates/home2.html +++ b/src/web/templates/home2.html @@ -1,6 +1,99 @@ -{% extends "layout.html" %} -{% block content %} -
- + + + + {% block head %} + + + + + JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} + + + + + + {% endblock %} + + + +
+ + + -- cgit