From 802d891506bb6ef2f9b57a5927f1ddd2349d2f9e Mon Sep 17 00:00:00 2001 From: Scott Kensell Date: Sat, 17 May 2014 19:49:35 +0200 Subject: Copied the SOMA template --- SoMA2/templates/article_infos.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SoMA2/templates/article_infos.html (limited to 'SoMA2/templates/article_infos.html') diff --git a/SoMA2/templates/article_infos.html b/SoMA2/templates/article_infos.html new file mode 100644 index 0000000..d5c28c6 --- /dev/null +++ b/SoMA2/templates/article_infos.html @@ -0,0 +1,16 @@ +
+ +{% include 'taglist.html' %} +{% import 'translations.html' as translations with context %} +{{ translations.translations_for(article) }} +
-- cgit