1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Fixed link

This commit is contained in:
Steffo 2018-08-01 18:14:41 +02:00
parent 1025802ab1
commit 5fef46f087

View file

@ -20,7 +20,7 @@
{% block body %} {% block body %}
<h1> <h1>
Profilo di {{ ryg.username }} {% if session.get('user_id', '') == ryg.id %}<a href="/setcss" id="edit-css">Modifica</a>{% endif %} Profilo di {{ ryg.username }} {% if session.get('user_id', '') == ryg.id %}<a href="{{ url_for('page_editprofile') }}" id="edit-css">Modifica</a>{% endif %}
</h1> </h1>
{% if css.bio %} {% if css.bio %}
<div class="box upper-box"> <div class="box upper-box">