diff --git a/main/templates/main.html b/main/templates/main.html
index 12a45f89cb4f2e695ef6956cc051c9d1dd6a93d1..072a4434857de8f71cca3f7dea0c15fd9ad278f1 100644
--- a/main/templates/main.html
+++ b/main/templates/main.html
@@ -11,6 +11,9 @@
         {% csrf_token %}
         
         {{ user_form.as_p }}
+
+    <h2><strong>Form Transportasi</strong></h2>
+
         {{ transportasi_form.as_p }}
 
         <button type="submit">Submit</button>