Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widgets_FEKK
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kyla Martin
widgets_FEKK
Commits
f0003a83
Commit
f0003a83
authored
May 24, 2022
by
Emmanuel Linus T. Evangelista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix image test in Assignments
parent
cd6d2b07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
assignment_detail.html
.../Assignments/templates/Assignments/assignment_detail.html
+2
-1
No files found.
WidgetFEKK/Assignments/templates/Assignments/assignment_detail.html
View file @
f0003a83
...
...
@@ -12,8 +12,9 @@
<div
id =
"details"
>
<a
href =
"/assignments"
>
> Back to home
</a>
<br>
<!-- <img src="{%static 'images/jokebear.png'%}">-->
{% if object.image %}
<img
src =
"{{object.image.url}}"
>
{% endif %}
<h5>
Assignment Name:
</h5>
<h3>
{{object.name}}
</h3>
...
...
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