mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-24 13:41:16 -05:00
fixes
This commit is contained in:
parent
f3678b15ea
commit
baf2210dca
|
@ -17,5 +17,6 @@
|
||||||
<a href="/ui/ssl_ops">SSL Opportunities</a>
|
<a href="/ui/ssl_ops">SSL Opportunities</a>
|
||||||
<a href="/ui/student">Students of the Week</a>
|
<a href="/ui/student">Students of the Week</a>
|
||||||
<a href="/ui/teachers">Teachers</a>
|
<a href="/ui/teachers">Teachers</a>
|
||||||
|
<a href="/ui/challenge">Challenge</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<p class="my-0">Information</p>
|
<p class="my-0">Information</p>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex: 1; align: center;">
|
<div style="flex: 1; align: center;">
|
||||||
<input type="text" class="form-control form-control-sm" id="text" name="text" required>
|
<input type="text" class="form-control form-control-sm" id="name" name="name" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
<p class="my-0">Information</p>
|
<p class="my-0">Information</p>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex: 1; align: center;">
|
<div style="flex: 1; align: center;">
|
||||||
<input type="text" class="form-control form-control-sm" id="text" name="text" required>
|
<input type="text" class="form-control form-control-sm" id="name" name="name" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -146,18 +146,6 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <form onsubmit="forwardForImage('new_f', 'new/add')" id="new_f" name="new_f" method="post" enctype="multipart/form-data">
|
|
||||||
{{!<form action="new/add" method="post" enctype="multipart/form-data">}}
|
|
||||||
<select name="lang", id="lang">
|
|
||||||
<option value="en">en</option>
|
|
||||||
<option value="es">es</option>
|
|
||||||
</select>
|
|
||||||
<input type="file" name="image", id="image", accept="image/png">
|
|
||||||
<input type="text", id="name", name="name">
|
|
||||||
<input type="text", id="new_date", name="new_date">
|
|
||||||
<input type="submit", value="Submit">
|
|
||||||
</form>-->
|
|
||||||
</body>
|
</body>
|
||||||
<!-- <script src="/static/jquery.min.js"></script> -->
|
|
||||||
<script src="/static/utils.js"></script>
|
<script src="/static/utils.js"></script>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user