Improve HTML on profile and game details
This commit is contained in:
parent
4af2b02a01
commit
2ff314ecc8
10 changed files with 60 additions and 16 deletions
|
|
@ -4,6 +4,9 @@
|
|||
{% endblock title %}
|
||||
{% block content %}
|
||||
<h1>{{ game.display_name }}</h1>
|
||||
{% if owner %}
|
||||
<small><a href="{% url 'twitch:organization_detail' owner.id %}">{{ owner.name }}</a></small>
|
||||
{% endif %}
|
||||
{% if user.is_authenticated %}
|
||||
<form method="post"
|
||||
action="{% url 'twitch:subscribe_notifications' game_id=game.id %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue