Se me olvido cambiar el nombre de id a el correspondiente

This commit is contained in:
Daniel Cortes
2019-03-12 17:16:09 -03:00
parent 3b5008f9ed
commit 7b7fd0301d
5 changed files with 9 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
<a href="{{ url_for('about') }}" class="nav-link">/about</a>
{% if g.user %}
<a href="{{ url_for('files.upload_file') }}" class="nav-link">/upload</a>
<a href="{{ url_for('admin.index') }}" class="nav-link">/admin</a>
<a href="{{ url_for('auth.logout') }}" class="nav-link">/logout</a>
{% endif %}
</div>