X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fnote_detail.html;fp=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fnote_detail.html;h=16135e5f1da381aeda7271730ac8f372ebf3f803;hp=493da391b4bf36a626089dd4819cf63814bb7f8e;hb=6cb42c809665018802273062ae6c594ab2d1effc;hpb=4eafb56e6e869c9c1cc86686abafda90da3785e1 diff --git a/chloro/phyll/templates/phyll/note_detail.html b/chloro/phyll/templates/phyll/note_detail.html index 493da39..16135e5 100644 --- a/chloro/phyll/templates/phyll/note_detail.html +++ b/chloro/phyll/templates/phyll/note_detail.html @@ -1,6 +1,7 @@ {% extends "phyll/base.html" %} {% load i18n %} +{% block html-lang %}{{ object.lang }}{% endblock %} {% block content-class %}post{% endblock %} {% block page-title %}{{ object.title }} - {{ block.super }}{% endblock %}