Add questions section with navigation links to frcr_index.html
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{% extends app_name|add:'/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Questions </h3>
|
||||
<a href="{% url app_name|add:':question_view' %}?" class="btn btn-sm btn-outline-secondary">My questions</a>
|
||||
<div class="d-flex justify-content-end mb-3">
|
||||
<a href="{% url app_name|add:':question_create' %}" class="btn btn-sm btn-primary">Create question</a>
|
||||
</div>
|
||||
|
||||
<h3>Exams</h3>
|
||||
<div id="exam-list-wrapper">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user