Skip to content

Commit

Permalink
Merge pull request #4 from ricky-sb/patch-1
Browse files Browse the repository at this point in the history
Django 3.0
  • Loading branch information
ricky-sb committed Mar 17, 2021
2 parents 9484237 + badcd4a commit eb83a7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_static admin_modify %}
{% load i18n static admin_modify %}
{% load admin_urls %}

{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %}
Expand All @@ -13,4 +13,4 @@
&rsaquo; {% block breadcrumbs_last %}{% endblock %}
</div>
{% endblock %}
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_urls admin_static admin_modify %}
{% load i18n admin_urls static admin_modify %}

{% block content %}
<div id="content-main">
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-happymailer',
version='0.2.1',
version='0.3.1',
description='django email templates manager',
author='Victor Kotcheruba',
author_email='barbuzaster@gmail.com',
Expand All @@ -11,7 +11,7 @@
include_package_data=True,
packages=find_packages(exclude=['django_happymailer','dummy','dummy2']),
install_requires=[
'django >= 2.0',
'django >= 3.0',
'django-import-export >= 0.4.5',
'faker >= 0.8.6',
'html2text >= 2016.5.29',
Expand Down

0 comments on commit eb83a7b

Please sign in to comment.