improving physics / sba exams
This commit is contained in:
+23
-3
@@ -15,19 +15,38 @@
|
||||
<a href="{% url 'longs:index'%}">Longs</a>
|
||||
<a href="{% url 'sbas:index'%}">SBAs</a> {% endcomment %}
|
||||
{% endif %}
|
||||
{% if request.user.is_staff %}<a href="{% url 'admin:index'%}">Admin</a>{% endif %}
|
||||
</div>
|
||||
</p>
|
||||
{% if request.user.is_authenticated %}
|
||||
|
||||
|
||||
{% if request.user.userprofile.peninsula_trainee %}
|
||||
<div id="user-details">
|
||||
Please check your details are correct.<br/>
|
||||
Name: {{request.user.first_name}} {{request.user.last_name}}<br/>
|
||||
Email: {{request.user.email}}<br/>
|
||||
Grade: {{request.user.userprofile.grade}}<br/>
|
||||
Supervisor: {{request.user.userprofile.supervisor}}
|
||||
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
<p>
|
||||
<a href="{% url 'user_scores'%}">Your Exams</a>
|
||||
<a href="{% url 'user_scores'%}"><button>Exams</button></a>
|
||||
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
<p><a href="http://www.penracourses.org.uk/rts">RTS is available here</a></p>
|
||||
<p><a href="{% url 'cid_selector' %}">CID users can log in here</a></p>
|
||||
|
||||
|
||||
{% if not request.user.is_authenticated %}
|
||||
<p><a href="{% url 'cid_selector' %}">CID users can log in here</a></p>
|
||||
{% endif %}
|
||||
|
||||
<div>
|
||||
{% if request.user.is_staff %}
|
||||
Manage users <a href="{% url 'accounts_list'%}">here</a> and candidates <a href="{% url 'generic:manage_cids'%}">here</a>
|
||||
@@ -35,6 +54,7 @@
|
||||
<p>Manage <a href="{% url 'generic:examination_view' %}">Examinations</a>
|
||||
|
||||
</p>
|
||||
<a href="{% url 'admin:index'%}">Admin</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user