From 2761928443203eea957906c347d3c1c82ada3756 Mon Sep 17 00:00:00 2001 From: Sh-Ac Date: Fri, 23 Aug 2019 14:30:53 +0530 Subject: Add developmental-changes alert and some about content --- fossee_manim/templates/fossee_manim/about.html | 12 +++++++++++- fossee_manim/templates/fossee_manim/base.html | 14 +++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/fossee_manim/templates/fossee_manim/about.html b/fossee_manim/templates/fossee_manim/about.html index ed15c4a..281c8d7 100644 --- a/fossee_manim/templates/fossee_manim/about.html +++ b/fossee_manim/templates/fossee_manim/about.html @@ -1,5 +1,15 @@ {% extends 'fossee_manim/base.html' %} {% block title %} - FOSSEE About + About {% endblock %} + +{% block content %} +
+ +

About FOSSEE Animations

+

What we do and why do we do it?

+
+
+
+ {% endblock %} diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html index f54e373..395177c 100644 --- a/fossee_manim/templates/fossee_manim/base.html +++ b/fossee_manim/templates/fossee_manim/base.html @@ -13,6 +13,7 @@ + @@ -79,7 +80,7 @@
- + @@ -91,6 +92,7 @@ {% block content %}

Base Template Content. Please override me

+ {% endblock %} @@ -127,6 +129,16 @@
{% endblock footer%} + + + + + -- cgit