From 53bc834202ff1924096125aba5b921b7fe98827c Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 12 Feb 2018 16:21:43 +0300 Subject: [PATCH] LIL-206. Add meta descriptiont --- apps/course/templates/course/course.html | 1 + project/templates/lilcity/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html index b9c9aa5c..1b927e5d 100644 --- a/apps/course/templates/course/course.html +++ b/apps/course/templates/course/course.html @@ -3,6 +3,7 @@ {% load data_liked from data_liked %} {% load rupluralize from plural %} {% block title %}{{ course.title }} - {{ block.super }}{% endblock title %} +{% block description %}{{ course.title }} - {{ block.super }}{% endblock description%} {% block content %}
diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index bb27d846..be650b33 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -15,7 +15,7 @@ - +