diff options
author | Sharanya A | 2019-08-08 17:36:11 +0530 |
---|---|---|
committer | Sharanya A | 2019-08-08 17:36:11 +0530 |
commit | e64ea92a86be22bc4da2a078057004f615da2105 (patch) | |
tree | 7f7e220505cbe721e61b2b5d405959b21072cb42 | |
parent | b8f44f7b51d84822db9b9d9e0a1f2b0620cdd4aa (diff) | |
download | FOSSEE_animations-e64ea92a86be22bc4da2a078057004f615da2105.tar.gz FOSSEE_animations-e64ea92a86be22bc4da2a078057004f615da2105.tar.bz2 FOSSEE_animations-e64ea92a86be22bc4da2a078057004f615da2105.zip |
create about page
-rw-r--r-- | fossee_manim/templates/fossee_manim/about.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fossee_manim/templates/fossee_manim/about.html b/fossee_manim/templates/fossee_manim/about.html new file mode 100644 index 0000000..ed15c4a --- /dev/null +++ b/fossee_manim/templates/fossee_manim/about.html @@ -0,0 +1,5 @@ +{% extends 'fossee_manim/base.html' %} + + {% block title %} + FOSSEE About + {% endblock %} |