Commit 83b24993 authored by nikkastra's avatar nikkastra

common denominator

parent 33fc23a4
...@@ -8,6 +8,6 @@ urlpatterns = [ ...@@ -8,6 +8,6 @@ urlpatterns = [
path('home', index_card_view, name = 'home'), path('home', index_card_view, name = 'home'),
path('profile', profile, name = 'profile'), path('profile', profile, name = 'profile'),
path('key', key, name = 'key'), path('key', key, name = 'key'),
path('thisweek', thisweek, name = 'thisweek'), path('this_week', thisweek, name = 'thisweek'),
path('today', today, name = 'today') path('today', today, name = 'today')
] ]
\ No newline at end of file
...@@ -14,5 +14,4 @@ ...@@ -14,5 +14,4 @@
<li> <a href="{% url 'thisweek'%}"> This Week </a> </li> <li> <a href="{% url 'thisweek'%}"> This Week </a> </li>
<li> <a href="{% url 'today'%}"> Today </a> </li> <li> <a href="{% url 'today'%}"> Today </a> </li>
</ul> </ul>
{% include 'profile.html' %}
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -14,6 +14,13 @@ ...@@ -14,6 +14,13 @@
<p> ● Task incomplete </p> <p> ● Task incomplete </p>
<p> x Task complete </p> <p> x Task complete </p>
{% block content %}{% endblock %} {% block content %}{% endblock %}
<ul>
<li> <a href="{% url 'home'%}"> Home </a> </li>
<li> <a href="{% url 'profile'%}"> Profile </a> </li>
<li> <a href="{% url 'key'%}"> Key </a> </li>
<li> <a href="{% url 'thisweek'%}"> This Week </a> </li>
<li> <a href="{% url 'today'%}"> Today </a> </li>
</ul>
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
<li> di raw masyadong masarap pero pwede na </li> <li> di raw masyadong masarap pero pwede na </li>
</ul> </ul>
<img src="{% static 'img/picturekoparasalahat.jpg' %}" /> <img src="{% static 'img/picturekoparasalahat.jpg' %}" />
<ul>
<li> <a href="{% url 'home'%}"> Home </a> </li>
<li> <a href="{% url 'profile'%}"> Profile </a> </li>
<li> <a href="{% url 'key'%}"> Key </a> </li>
<li> <a href="{% url 'thisweek'%}"> This Week </a> </li>
<li> <a href="{% url 'today'%}"> Today </a> </li>
</ul>
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -7,8 +7,19 @@ ...@@ -7,8 +7,19 @@
{% block styles %}{% endblock %} {% block styles %}{% endblock %}
</head> </head>
<body> <body>
<h1> This Week </h1>
<p> 03.29.MON - 04.04.SUN </p>
<p> - relax, holy week ngayon </p>
<p> ● minecraft </p>
<p> - this is fake of course, go do your reqs </p>
<ul>
<li> <a href="{% url 'home'%}"> Home </a> </li>
<li> <a href="{% url 'profile'%}"> Profile </a> </li>
<li> <a href="{% url 'key'%}"> Key </a> </li>
<li> <a href="{% url 'thisweek'%}"> This Week </a> </li>
<li> <a href="{% url 'today'%}"> Today </a> </li>
</ul>
{% block content %}{% endblock %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -7,8 +7,17 @@ ...@@ -7,8 +7,17 @@
{% block styles %}{% endblock %} {% block styles %}{% endblock %}
</head> </head>
<body> <body>
<h1> Today </h1>
<p> 03.30.TUES </p>
<p> ● lab 1 bujo </p>
{% block content %}{% endblock %} {% block content %}{% endblock %}
<ul>
<li> <a href="{% url 'home'%}"> Home </a> </li>
<li> <a href="{% url 'profile'%}"> Profile </a> </li>
<li> <a href="{% url 'key'%}"> Key </a> </li>
<li> <a href="{% url 'thisweek'%}"> This Week </a> </li>
<li> <a href="{% url 'today'%}"> Today </a> </li>
</ul>
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}
</body> </body>
</html> </html>
\ 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