Commit b1816dca authored by Mavrick Jordan Lee's avatar Mavrick Jordan Lee

Updated README.txt. Updated html to allow hyperlinks to another apps template....

Updated README.txt. Updated html to allow hyperlinks to another apps template. Populated each model with 10 items each.
parent 9eb03f98
...@@ -2,20 +2,20 @@ CSCI 40 - C ...@@ -2,20 +2,20 @@ CSCI 40 - C
Batacan, Ross Yvailo G. - 210756 Batacan, Ross Yvailo G. - 210756
Lee, Mavrick Jordan L. - 213374 Lee, Mavrick Jordan L. - 213374
Suplico, Enrico Lucio A. - 215635 Suplico, Enrico Lucio A. - 215635
Midterm Project: Widget v1 Final Project: Widget v2
Member's App Assignments: Member's App Assignments:
Dashboard - Mavrick Jordan Lee Dashboard - Mavrick Jordan Lee
Announcement Board - Ross Yvailo Batacan Announcement Board - Ross Yvailo Batacan
Forum - Enrico Lucio Suplico Forum - Enrico Lucio Suplico
Date of Submission: March 6, 2023 Date of Submission: May 15, 2023
This lab was truthfully completed by our group with members Ross Yvailo Batacan, Mavrick Jordan Lee, and Enrico Lucio Suplico. This lab was truthfully completed by our group with members Ross Yvailo Batacan, Mavrick Jordan Lee, and Enrico Lucio Suplico.
References: References:
(sgd) Ross Yvailo G. Batacan, 03/04/2023 (sgd) Ross Yvailo G. Batacan, 05/14/2023
(sgd) Mavrick Jordan L. Lee, 03/04/2023 (sgd) Mavrick Jordan L. Lee, 05/14/2023
(sgd) Enrico Lucio Suplico, 03/04/2023 (sgd) Enrico Lucio Suplico, 05/14/2023
\ No newline at end of file \ No newline at end of file
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<button>New Announcement</button> <button>New Announcement</button>
</a> <br><br> </a> <br><br>
<a href="">Dashboard</a> <br> <a href="{% url 'dashboard:dashboard' %}">Dashboard</a> <br>
<a href="">Forum</a> <a href="{% url 'forum:forum' %}">Forum</a> <br>
{% endblock %} {% endblock %}
......
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
<button>Add Widget User</button> <button>Add Widget User</button>
</a> </a>
<br><br> <br><br>
Announcement Board <br> <a href="{% url 'announcements:announcements' %}">Announcement Board</a> <br>
Forum <br> <a href="{% url 'forum:forum' %}">Forum</a>
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<button>New Post</button> <button>New Post</button>
</a> <br><br> </a> <br><br>
<a href="">Dashboard</a> <br> <a href="{% url 'dashboard:dashboard' %}">Dashboard</a> <br>
<a href="">Announcements</a> <a href="{% url 'announcements:announcements' %}">Announcement Board</a> <br>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment