mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix website? Maybe?
This commit is contained in:
parent
03694d6443
commit
92156eaf94
3 changed files with 2 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
semantic = "5.0a82"
|
||||
semantic = "5.0a83"
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(semantic)
|
||||
|
|
|
@ -11,8 +11,7 @@ from royalnet.packs.royal.tables import *
|
|||
# Maybe some of these tables are optional...
|
||||
tmpl_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'templates')
|
||||
rp = Royalprint("profile", __name__, url_prefix="/profile", template_folder=tmpl_dir,
|
||||
required_tables={User, ActiveKvGroup, Alias, Diario, Discord, Keygroup, Keyvalue, Telegram, WikiPage,
|
||||
WikiRevision, Bio, TriviaScore})
|
||||
required_tables={User, Alias, Diario, Discord, Telegram, WikiPage, WikiRevision, Bio, TriviaScore})
|
||||
|
||||
|
||||
@rp.route("/")
|
||||
|
|
|
@ -69,11 +69,6 @@
|
|||
<li><span class="stats-info">Righe del diario create</span>: <span class="stats-value">{{ royal.diario_created|length }}</span></li>
|
||||
<li><span class="stats-info">Righe del diario in cui è menzionato</span>: <span class="stats-value">{{ royal.diario_quoted|length }}</span></li>
|
||||
<li><span class="stats-info">Modifiche alla wiki</span>: <span class="stats-value">{{ royal.wiki_contributions|length }}</span>
|
||||
{% if royal.active_kv_group %}
|
||||
<li><span class="stats-info">Kvgroup attivo</span>: <span class="stats-value">{{ royal.active_kv_group[0].group_name }}</span></li>
|
||||
{% else %}
|
||||
<li><span class="stats-info">Kvgroup attivo</span>: <span class="stats-value disabled">Nessuno</span></li>
|
||||
{% endif %}
|
||||
{% if royal.trivia_score %}
|
||||
<li><span class="stats-info">Punteggio trivia</span>: <span class="stats-value">{{ royal.trivia_score.correct_answers }}/{{ royal.trivia_score.total_answers }}</span></li>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue