mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
rlyy
This commit is contained in:
parent
dfb4848614
commit
308fae3a46
1 changed files with 2 additions and 2 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Reference in a new issue