This commit is contained in:
1776123 2020-08-15 21:44:14 -04:00
commit b8f1d0e9ab
2 changed files with 18 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% endif %}
</div>
<img class="" src="{{ object.header.url }}">
<img class="img-fluid" src="{{ object.header.url }}">
<p class="article-content font-weight-light">{{ article.content }}</p>
</div>
</article>

View File

@ -0,0 +1,17 @@
# Generated by Django 3.1 on 2020-08-16 00:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0007_profile_tag'),
]
operations = [
migrations.RemoveField(
model_name='profile',
name='tag',
),
]