Modified quiz template

This commit is contained in:
user86 2020-10-07 11:45:00 +05:30
parent c694a4b409
commit 4c056f1dc1

View File

@ -8,6 +8,7 @@
</head> </head>
<body> <body>
<a href="{{ url_for('index') }}"> Home </a>
{% if uploaded == true %} {% if uploaded == true %}
<h1>Your file was uploaded successfully</h1> <h1>Your file was uploaded successfully</h1>
<h1>Your quiz will appear here</h1> <h1>Your quiz will appear here</h1>