Refactor HTML
This commit is contained in:
parent
a12b34a665
commit
05eb0d92e3
27 changed files with 776 additions and 393 deletions
|
|
@ -4,9 +4,9 @@
|
|||
{% endblock title %}
|
||||
{% block content %}
|
||||
<!-- Channel Title -->
|
||||
<h1 id="channel-name">{{ channel.display_name }}</h1>
|
||||
<h1>{{ channel.display_name }}</h1>
|
||||
{% if channel.display_name != channel.name %}
|
||||
<p id="channel-username">
|
||||
<p>
|
||||
Username: <code>{{ channel.name }}</code>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
|
@ -14,13 +14,6 @@
|
|||
<p>
|
||||
<strong>Channel ID:</strong> {{ channel.twitch_id }}
|
||||
</p>
|
||||
<p>
|
||||
<strong>Added to database:</strong>
|
||||
<time datetime="{{ channel.added_at|date:'c' }}"
|
||||
title="{{ channel.added_at|date:'DATETIME_FORMAT' }}">
|
||||
{{ channel.added_at|timesince }} ago ({{ channel.added_at|date:'M d, Y H:i' }})
|
||||
</time>
|
||||
</p>
|
||||
{% if active_campaigns %}
|
||||
<h5 id="active-campaigns-header">Active Campaigns</h5>
|
||||
<table id="active-campaigns-table">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue