mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-16 16:21:07 +00:00
Adding angular ng-app attribute
This commit is contained in:
parent
059efa73c3
commit
f373ae79da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue