Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
midterm_OhMyBash
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
Nheo Samson
midterm_OhMyBash
Commits
65e16596
Commit
65e16596
authored
May 15, 2023
by
Elaiza Bolislis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added class properties to assignments. html and assignment-details.html
parent
c24e3276
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
assignment-details.html
...assignments/templates/assignments/assignment-details.html
+2
-2
assignments.html
...MyBash/assignments/templates/assignments/assignments.html
+4
-4
No files found.
widget_OhMyBash/assignments/templates/assignments/assignment-details.html
View file @
65e16596
...
...
@@ -8,9 +8,9 @@
Perfert Score: {{ assignment.perfect_score }}
<br>
Passing Score: {{ assignment.passing_score }}
</p>
<p>
<p
class=
"centerB"
>
<a
href=
"{% url 'assignments:assignment-edit' assignment.id %}"
>
<button>
Edit Assignment
</button>
<button
class=
"btn"
>
Edit Assignment
</button>
</a>
</p>
{% endblock %}
widget_OhMyBash/assignments/templates/assignments/assignments.html
View file @
65e16596
...
...
@@ -20,9 +20,9 @@
{% endblock %}
{% block footing %}
<p
class=
"links"
>
<a
href=
"/dashboard/"
class=
"
btn-primary"
>
Dashboard
</a><br>
<a
href=
"/announcements/"
class=
"
btn-primary
"
>
Announcements
</a><br>
<a
href=
"/forum/"
class=
"
btn-primary"
>
Forum
</a><br>
<a
href=
"/calendar/"
class=
"
btn-primary"
>
Calendar
</a>
<a
href=
"/dashboard/"
class=
"
link"
>
Dashboard
</a><br>
<a
href=
"/announcements/"
class=
"
link
"
>
Announcements
</a><br>
<a
href=
"/forum/"
class=
"
link"
>
Forum
</a><br>
<a
href=
"/calendar/"
class=
"
link"
>
Calendar
</a>
</p>
{% endblock %}
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