diff --git a/finbot/apps/finbot/templates/about.html b/finbot/apps/finbot/templates/about.html index 899da7f..a7fca96 100644 --- a/finbot/apps/finbot/templates/about.html +++ b/finbot/apps/finbot/templates/about.html @@ -1,12 +1,11 @@ - - - - - +{% extends "base.html" %} + +{% block title %}About FinBot - OWASP GenAI Security Project{% endblock %} + +{% block meta %} - @@ -14,59 +13,12 @@ - +{% endblock %} - About FinBot - OWASP GenAI Security Project - - - - - - - - - - - - - - -
- - -
-
- -
- OWASP FinBot -
-
- OWASP FINBOT - -
-
- -
-
+{% endblock %} - -
+{% block content %}
-
- - - - - +{% endblock %} diff --git a/finbot/apps/finbot/templates/base.html b/finbot/apps/finbot/templates/base.html index 69dfe82..c78b044 100644 --- a/finbot/apps/finbot/templates/base.html +++ b/finbot/apps/finbot/templates/base.html @@ -89,12 +89,13 @@