fix font
This commit is contained in:
@@ -163,13 +163,13 @@
|
||||
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
|
||||
<div>
|
||||
{% if workout.name != '' %}
|
||||
<h2>
|
||||
<h3>
|
||||
{{ workout.name }}
|
||||
</h2>
|
||||
</h3>
|
||||
{% else %}
|
||||
<h2>
|
||||
<h3>
|
||||
No Name
|
||||
</h2>
|
||||
</h3>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="columns">
|
||||
|
||||
Reference in New Issue
Block a user