redesign
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
{% extends "base.html" %} {% block title %} Вопрос {% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
{% extends "base.html" %} {% block title %} Вопрос {% endblock title %} {% block nav %}
|
||||
<li class="nav-item"><a class="nav-link text-primary" href="/q/{{ next }}">Ещё</a></li>
|
||||
{% endblock nav %} {% block content %}
|
||||
<!-- <h1>{{ id }}</h1> -->
|
||||
<div class="content-block"><div id="question" class="content-block-inner">
|
||||
<p>
|
||||
<h3> {{ description }} </h3>
|
||||
</p>
|
||||
</div></div>
|
||||
<div class="content-block">
|
||||
<div id="question" class="content-block-inner">
|
||||
<p>
|
||||
<h3> {{ description }} </h3>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/><details>
|
||||
<nav class="nav nav-pills container justify-content-center">
|
||||
<a class="nav-link" href="/q/{{ num }}/a/">Ответ</a>
|
||||
</nav></details>
|
||||
<br/>
|
||||
<details>
|
||||
<summary>Ответ</summary><br/>
|
||||
<a class="btn btn-dark" href="/q/{{ num }}/a/">Показать ответ</a>
|
||||
</details>
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user