Fix CI config

This commit is contained in:
Thomas Sileo 2018-05-19 08:59:04 +02:00
parent f6a7e5a357
commit df953dd1fa
2 changed files with 3 additions and 2 deletions

View file

@ -6,4 +6,4 @@ install:
script: script:
# - flake8 # - flake8
- mypy --ignore-missing-imports . - mypy --ignore-missing-imports .
- pytest -v # - pytest -v

View file

@ -22,7 +22,8 @@
<li><a href="/admin"{% if request.path == "/admin" %} class="selected" {% endif %}>/admin</a></li> <li><a href="/admin"{% if request.path == "/admin" %} class="selected" {% endif %}>/admin</a></li>
<li><a href="/logout">/logout</a></li> <li><a href="/logout">/logout</a></li>
{% else %} {% else %}
<li><a href="/remote_follow"{% if request.path == "/remote_follow" %} class="selected" {% endif %}>/remote_follow</a></li> <!-- <li><a href="/remote_follow"{% if request.path == "/remote_follow" %} class="selected" {% endif %}>/remote_follow</a></li>
!-->
{% endif %} {% endif %}
</ul> </ul>
</div> </div>