diff --git a/backend/templates/base.html b/backend/templates/base.html deleted file mode 100644 index 1f6eeb7..0000000 --- a/backend/templates/base.html +++ /dev/null @@ -1,34 +0,0 @@ -{% load cms_tags menu_tags sekizai_tags static i18n %}{% spaceless %} - -
- - - - {% block meta %} - - - - - {% endblock meta %} - {% block canonical_url %} - - - {% endblock canonical_url %} - {% block fb_meta %}{% endblock fb_meta %} -Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.
") %} -{% field "image" ImageFormField required=False label=_("Image") %} -{% field "call_to_action" forms.CharField required=True label=_("Call to action") initial=_("Talk to sales") %} -{% field "link" LinkFormField required=True label=_("Link") initial="#"|to_link %} - -