From 32da2a70ef278bd42f66eb82c3fbf1905a417b87 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 23 Feb 2015 22:55:06 +0100 Subject: Add LiipThemeBundle Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) --- .../Resources/views/themes/default/install.twig | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/default/install.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/default/install.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/default/install.twig b/src/Wallabag/CoreBundle/Resources/views/themes/default/install.twig new file mode 100644 index 00000000..c89c7e47 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/default/install.twig @@ -0,0 +1,28 @@ +{% extends "layout.twig" %} +{% block title %}{% trans "installation" %}{% endblock %} +{% block content %} +
+
+

{% trans "install your wallabag" %}

+

+ {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on wallabag website." %} +

+

+ + +

+

+ + +

+

+ + +

+

+ +

+
+ +
+{% endblock %} -- cgit v1.2.3