diff --git a/wiki/pages/test2.html b/wiki/pages/test2.html index 51e6bbb367887f042f950b932365750a9f41339c..ac3262e05e5b025b0050ea5aad742fb947f293b1 100644 --- a/wiki/pages/test2.html +++ b/wiki/pages/test2.html @@ -1,10 +1,3 @@ -{% extends "layout.html" %} - -{% block title %}Home{% endblock %} -{% block lead %}<b>Welcome to iGEM 2022!</b> Your team has been approved and you are ready to start the iGEM season!{% endblock %} - -{% block page_content %} - <!DOCTYPE html> <html lang="en"> <head> @@ -131,5 +124,3 @@ <script src="static/wheelmenu/wheelmenu.js"></script> </body> </html> - -{% endblock %}