Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Fide

Merged Raphael Fide Christano requested to merge fide into main
18 files
+ 178
56
Compare changes
  • Side-by-side
  • Inline
Files
18
{% extends 'base.html' %}
{% extends 'admin_base.html' %}
{% block content %}
<html>
@@ -14,7 +14,7 @@
<input type="text" id="motorate" name="motorate"><br><br>
<label for="carrate">Car Delivery Rate:</label>
<input type="text" id="carrate" name="carrate"><br><br>
<button class="btn btn-success my-3" type="submit" id="submitbutton">Save</button>
<button class="btn btn-success my-3" type="submitbutton" id="add_fee">Save</button>
</form>
</h1>
</body>
Loading