From 19510fd3c18058b0df9c503d64cff95f73479996 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 30 Jan 2018 19:09:16 +0300 Subject: [PATCH] LIL-140. Add search result template --- apps/course/templates/course/result.html | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 apps/course/templates/course/result.html diff --git a/apps/course/templates/course/result.html b/apps/course/templates/course/result.html new file mode 100644 index 00000000..8c0435e9 --- /dev/null +++ b/apps/course/templates/course/result.html @@ -0,0 +1,36 @@ +{% extends "templates/lilcity/index.html" %} +{% load static %} + +{% block title %}Результаты поиска - {{ block.super }}{% endblock title %} +{% block content %} +
+
+
Результаты поиска
+
+
+
+
+
+ + +
+
+
+ +
+
+
+{% endblock content %}