diff --git a/bin.html b/bin.html new file mode 100644 index 0000000..de9831a --- /dev/null +++ b/bin.html @@ -0,0 +1,143 @@ +{% extends 'base.html' %} +{% load static %} + +{% block a %} + +
+
+
+
+ + |
+
+
+
+
+ NAME | +Title | +Time | + + + + + {% for box in inbox %} +
---|---|---|
+ + + {{box.msgfrom}} + | ++ {{box.msgtitle}} + {{box.msgdesc}} + | +{{box.msgtime}} | +
Thankyou for join us..!
+ + + + + +{% endblock %} \ No newline at end of file