diff options
author | Sharanya A | 2019-07-31 16:46:10 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-31 16:46:10 +0530 |
commit | 098cce53e353394cf654e4e34dd77b82cf8c8570 (patch) | |
tree | e206744464bd8ba77bb5b1142bd6758e58e91903 /fossee_manim/templates | |
parent | af4a10b4913cece224e0bc352c9ac62f61bcad19 (diff) | |
download | FOSSEE_animations-098cce53e353394cf654e4e34dd77b82cf8c8570.tar.gz FOSSEE_animations-098cce53e353394cf654e4e34dd77b82cf8c8570.tar.bz2 FOSSEE_animations-098cce53e353394cf654e4e34dd77b82cf8c8570.zip |
removes link to about page (until created)
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r-- | fossee_manim/templates/fossee_manim/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html index b144969..0a43596 100644 --- a/fossee_manim/templates/fossee_manim/base.html +++ b/fossee_manim/templates/fossee_manim/base.html @@ -79,7 +79,7 @@ </nav> <div class="jumbotron sticky-top" style="padding-top: 90px; padding-bottom: 0.2%; margin-bottom: 0px; background-color: #dddddd"> <div class="btn-group btn-group-lg" role="group"> - <button class="btn btn-link perma_link" type="button"><a href="{% url 'about' %}" style="color:#157b80">About</a></button> + <button class="btn btn-link perma_link" type="button"><a href="#" style="color:#157b80">About</a></button> <button class="btn btn-link perma_link" type="button"><a href="{% url 'guidelines' %}" style="color:#222222">Guidelines</a></button> <button class="btn btn-link perma_link" type="button"><a href="{% url 'faqs' %}" style="color:#222222">FAQ</a></button> <button class="btn btn-link perma_link" type="button"><a href="{% url 'honorarium' %}" style="color:#222222">Honorarium</a></button> |