Adjusted Links

parent 95a499df
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<h2>Forum Posts:</h2> <h2>Forum Posts:</h2>
{% for post in forum%} {% for post in forum%}
<a href="{% url 'forum:forumpostdetails' post.pk%}"> <a href="{% url 'forum:forumpostdetails' post.pk%}">
{{post.title}} by {{post.author}}<br> {{post.title}} by {{post.author.first_name}} {{post.author.last_name}}<br>
</a> </a>
{%endfor%} {%endfor%}
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
<input type="button" value= "New Post"></a> <input type="button" value= "New Post"></a>
<br> <br>
<br> <br>
<a href= "{%url 'Dashboard:dashboard_view' %}">Dashboard</a><br> <a href= "/dashboard">Dashboard</a><br>
<a href= "{%url 'assignments:assignments' %}">Assignments</a> <a href= "/assignments/">Assignments</a>
<br> <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