Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
f74676db
Commit
f74676db
authored
Oct 30, 2016
by
Sébastiaan Versteeg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Open exams and summaries in new tab/window in the education app for better usability
parent
fd7e291c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
website/education/templates/education/course.html
website/education/templates/education/course.html
+3
-3
No files found.
website/education/templates/education/course.html
View file @
f74676db
...
...
@@ -31,9 +31,9 @@
{% for item in type.list %}
<li>
{% if item.type == 'exam' %}
<a
href=
"{% url 'education:exam' item.id %}"
>
{{ item.name }}
</a>
<a
href=
"{% url 'education:exam' item.id %}"
target=
"_blank"
>
{{ item.name }}
</a>
{% else %}
<a
href=
"{% url 'education:summary' item.id %}"
>
{{ item.name }}
</a>
<a
href=
"{% url 'education:summary' item.id %}"
target=
"_blank"
>
{{ item.name }}
</a>
{% endif %}
</li>
{% endfor %}
...
...
@@ -85,4 +85,4 @@
</div>
</div>
</div>
{% endblock %}
\ No newline at end of file
{% 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