clean up
This commit is contained in:
@@ -837,4 +837,13 @@ summary h5 {
|
||||
bottom: 0px;
|
||||
background-color: black;
|
||||
opacity: 80%;
|
||||
}
|
||||
|
||||
.small-url-button {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
button a, button a:link, button a:visited, button a:hover {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{% extends 'anatomy/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% for exam in exams %}
|
||||
<div class="anatomy">
|
||||
<h1><a href="{% url 'anatomy:exam_overview' pk=exam.pk %}">Exam: {{ exam.name }} </a></h1>
|
||||
|
||||
{% if exam.exam_mode %}
|
||||
{% if request.user.is_staff %}<a href="{% url 'anatomy:mark' exam_pk=exam.pk sk=0 %}">Mark answers</a>{% endif %}
|
||||
{% if request.user.is_staff %}<a href="{% url 'anatomy:exam_scores_cid' pk=exam.pk %}">Scores</a>{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user