mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-11 07:30:17 -04:00
Merge branch 'master' of https://github.com/Rushilwiz/NewViewsNews
This commit is contained in:
commit
b8f1d0e9ab
|
@ -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>
|
||||
|
|
17
users/migrations/0008_remove_profile_tag.py
Normal file
17
users/migrations/0008_remove_profile_tag.py
Normal 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',
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user