Skip to content

Commit

Permalink
Updated unsubscribe link at template
Browse files Browse the repository at this point in the history
  • Loading branch information
prakkhar03 committed Dec 10, 2024
1 parent b0186a9 commit 8fcb1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.1.2 on 2024-12-01 13:56
# Generated by Django 5.1.2 on 2024-12-10 16:07

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('db', '0013_event_media'),
('db', '0012_rename_html_template_update_email_body_and_more'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion backend/templates/admin/update_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<div class="footer">
<p>&copy; 2024 Django India Community. All rights reserved.</p>
<a href={{ unsubscribe_url }}>Unsubscribe</a>
<a href={{unsubscribe_url}}>Unsubscribe</a>
<div class="social-links-container">
<ul class="social-links">
<li><a href="https://www.twitter.com/djangoindiaa" target="_blank">Twitter</a></li>
Expand Down

0 comments on commit 8fcb1b9

Please sign in to comment.