Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-1-wang-alec-185292-willowisp
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
Alec
lab-1-wang-alec-185292-willowisp
Commits
4aca0776
Commit
4aca0776
authored
Mar 07, 2020
by
Alec Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added back button to all hero pages
parent
ef5f9264
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
detail_cloud.html
heroes/templates/detail_cloud.html
+3
-0
detail_jester.html
heroes/templates/detail_jester.html
+3
-0
detail_sunflowey.html
heroes/templates/detail_sunflowey.html
+3
-0
No files found.
heroes/templates/detail_cloud.html
View file @
4aca0776
...
...
@@ -17,6 +17,9 @@
<dd>
Nimbus, Rain Cloud, Thunderbolt
</dd>
<dt>
Lore
</dt>
<dd>
I am a cloud. When I pee you call it 'rain'.
</dd>
<form
action=
"{% url 'heroes' %}"
>
<input
type=
"submit"
value=
"Back to Heroes List"
/>
</form>
</dl>
</body>
...
...
heroes/templates/detail_jester.html
View file @
4aca0776
...
...
@@ -17,6 +17,9 @@
<dd>
Laugh, Dance, Smile
</dd>
<dt>
Lore
</dt>
<dd>
I do it for the LOLs.
</dd>
<form
action=
"{% url 'heroes' %}"
>
<input
type=
"submit"
value=
"Back to Heroes List"
/>
</form>
</dl>
</body>
...
...
heroes/templates/detail_sunflowey.html
View file @
4aca0776
...
...
@@ -17,6 +17,9 @@
<dd>
Power Pellet, Sunshine, Pollen Punch
</dd>
<dt>
Lore
</dt>
<dd>
I am Sunflowey. Sometimes a sun, sometimes a flower.
</dd>
<form
action=
"{% url 'heroes' %}"
>
<input
type=
"submit"
value=
"Back to Heroes List"
/>
</form>
</dl>
</body>
...
...
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