mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Adding angular ng-app attribute
This commit is contained in:
parent
059efa73c3
commit
f373ae79da
|
@ -1,5 +1,5 @@
|
|||
{% raw %}{% load staticfiles i18n %}<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" ng-app>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% block title %}{{ project_name }}{% endblock title %}</title>
|
||||
|
|
Loading…
Reference in New Issue
Block a user