From c8265d95b0247c146793c9804198a9ed45b6f846 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 7 Feb 2014 00:07:54 +0100 Subject: [add] maj theme courgette : ajout tag --- themes/courgette/edit-tags.twig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 themes/courgette/edit-tags.twig (limited to 'themes/courgette/edit-tags.twig') diff --git a/themes/courgette/edit-tags.twig b/themes/courgette/edit-tags.twig new file mode 100644 index 00000000..bcddbe46 --- /dev/null +++ b/themes/courgette/edit-tags.twig @@ -0,0 +1,20 @@ +{% extends "layout.twig" %} +{% block title %}edit tags{% endblock %} +{% block menu %} +{% include '_menu.twig' %} +{% endblock %} +{% block content %} +{% if tags is empty %} +no tags +{% endif %} + +
+ +

{% trans "You can enter multiple tags, separated by commas." %}

+ + +
+{% trans "return to article" %} +{% endblock %} -- cgit v1.2.3