Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 21, 2021
1 parent 0740b7f commit f2514fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/migrations/0150_auto_20200904_1505.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('ptokens', '0001_initial'),
# ('ptokens', '0001_initial'),
('dashboard', '0149_add_twitter_verify_status'),
]

Expand Down
1 change: 0 additions & 1 deletion app/dashboard/templates/profiles/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
<script src="{% static "v2/js/pages/profile.js" %}"></script>
<script src="{% static "v2/js/pages/tribe_title.js" %}"></script>
<script src="{% static "v2/js/pages/profile-edit.js" %}"></script>
<script src="{% static "v2/js/pages/profile_tokens.js" %}"></script>
<script src="{% static "v2/js/rating.js" %}"></script>
<script src="{% static "v2/js/status.js" %}"></script>
<script src="{% static "v2/js/pages/tribe-edit.js" %}"></script>
Expand Down

0 comments on commit f2514fc

Please sign in to comment.