templates/webfront.html

changeset 147
bec55b021ae7
parent 100
62759e5c4554
--- a/templates/webfront.html	Thu Aug 26 19:16:25 2021 +0300
+++ b/templates/webfront.html	Thu Aug 26 19:36:44 2021 +0300
@@ -7,7 +7,7 @@
 </head>
 <body>
 <div class="top-form">
-    <h1>Check your part here</h1>
+    <h1>{{appname}} {{version}} - Check your part here</h1>
     <form method="post" enctype="multipart/form-data">
         <input type="file" name="file"/>
         <input type="submit" />
@@ -15,6 +15,10 @@
 </div>
 <div class="report-container">
 
+{% if is_debug %}
+<p>Note: this is an unreleased version, everything may not work as intended.</p>
+{% endif %}
+
 {% if report %}
     <h1>{{name}}</h1>
     {% if report['problems'] %}

mercurial