1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
This commit is contained in:
Steffo 2018-06-20 19:00:36 +02:00
parent dfb4848614
commit 308fae3a46

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block pagetitle %}
{{ royal.username }}
{{ ryg.username }}
{% endblock %}
{% block posthead %}
@ -16,7 +16,7 @@
{% block body %}
<h1>
Profilo di {{ royal.username }} {% if session.get('user_id', '') == royal.id %}<a href="/setcss" id="edit-css">Modifica</a>{% endif %}
Profilo di {{ ryg.username }} {% if session.get('user_id', '') == ryg.id %}<a href="/setcss" id="edit-css">Modifica</a>{% endif %}
</h1>
{% with record = ryg %}
{% include "minis/ryg.html" %}