Skip to content

Commit

Permalink
Merge branch 'add-crud-newsletter-signup-example'
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed May 9, 2021
2 parents 6885187 + 4917c78 commit ec5a5b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<style>{% pygments_css %}</style> <!-- load css for pygments -->
<meta charset="utf-8">
<meta name="description" content="My description">
<meta name="description" content="Django sockpuppet expo and examples">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Expo</title>
{% render_bundle 'example' %}
{% comment %}
<script src="{% static 'dist/js/example.js' %}"></script>
{% endcomment %}
</head>

<body class="min-vh-100">
Expand Down

0 comments on commit ec5a5b9

Please sign in to comment.