Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
project_questboard
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aedin Hunter A. Clay
project_questboard
Commits
9d6c7f97
Commit
9d6c7f97
authored
Apr 10, 2021
by
Aedin Hunter A. Clay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed some labels to be more descriptive
parent
4c7b6597
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
board.html
templates/board/board.html
+4
-3
No files found.
templates/board/board.html
View file @
9d6c7f97
...
...
@@ -17,8 +17,8 @@
<!-- Questboard name and description -->
<div
class =
"infobox"
>
<p>
<b>
Description:
</b>
{{questboard.description}}
</p>
<p>
<b>
Required stars:
</b>
{{questboard.required_stars}}
</p>
<p>
{{questboard.description}}
</p>
<p>
You must earn
<b>
{{questboard.required_stars}}
</b>
stars to pass this questboard.
</p>
</div>
<!-- Button to copy questboard url -->
...
...
@@ -51,13 +51,14 @@ function copyQuestboardLink(){
<!-- Quest information -->
<p
class =
"questbox_name"
>
{{ quest.name }}
</p>
<p
class =
"questbox_description"
>
{{ quest.description }}
</p>
<p
class =
"questbox_stars"
>
Stars : {{quest.stars}}
</p>
<p
class =
"questbox_stars"
>
Worth
<b>
{{quest.stars}}
</b>
Stars
</p>
<!-- List of Students to sign up to the quest -->
<div
class =
"questbox_students"
>
{% if quest.for_everyone is True %}
This Quest is for everyone.
{% else %}
Students that have signed up:
<ol>
<li>
{{quest.student1}}
</li>
<li>
{{quest.student2}}
</li>
...
...
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