Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Francoconuts
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Chester Tan
widget_Francoconuts
Commits
9433b591
Commit
9433b591
authored
May 22, 2022
by
Mario Franco C. Deuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed variables in base.html for forums.
parent
cc5eb49e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
views.py
widget_Francoconuts/forum/views.py
+0
-2
base.html
widget_Francoconuts/templates/base.html
+2
-2
No files found.
widget_Francoconuts/forum/views.py
View file @
9433b591
...
...
@@ -4,8 +4,6 @@ from .models import Post, Reply
from
homepage.models
import
WidgetUser
from
django.views.generic.detail
import
DetailView
from
django.views.generic.list
import
ListView
from
django.views.generic.edit
import
CreateView
from
.forms
import
PostForm
#def get_reply():
#
...
...
widget_Francoconuts/templates/base.html
View file @
9433b591
...
...
@@ -11,7 +11,7 @@
<ul
class=
"app-links"
>
<li><a
href=
"{% url 'homepage:widgetuser-list' %}"
>
Homepage
</a></li>
<li><a
href=
"{% url 'announcements:announcement-list' %}"
>
Announcement Board
</a></li>
<li><a
href=
"{% url 'forum:
forum
' %}"
>
Forum
</a></li>
<li><a
href=
"{% url 'forum:
post-list
' %}"
>
Forum
</a></li>
<li><a
href=
"{% url 'assignments' %}"
>
Assignments
</a></li>
</ul>
...
...
@@ -20,4 +20,4 @@
{% block content %}
{% endblock content %}
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment