remove "new think" from the index page
I always use the templates
This commit is contained in:
parent
d474a394f5
commit
2f2df10ac7
2 changed files with 17 additions and 17 deletions
|
@ -249,6 +249,8 @@ input {
|
|||
flex-direction: column;
|
||||
grid-area: preview;
|
||||
|
||||
background: white;
|
||||
|
||||
&[open] {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
<section id="thinks">
|
||||
<h2>Thinks</h2>
|
||||
<p><a href="{% url 'new_think' %}">New think</a></p>
|
||||
{% regroup thinks by category as categories %}
|
||||
<ul class="thinks-list">
|
||||
{% for category in categories %}
|
||||
|
@ -48,6 +47,5 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
{% endblock main %}
|
||||
|
|
Loading…
Reference in a new issue