Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
risefor-mobilisation
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
37
Issues
37
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
applications
risefor-mobilisation
Commits
53d012db
Commit
53d012db
authored
Jun 20, 2019
by
Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: Google tag manager
#69
parent
a612b9d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+2
-0
README.md
README.md
+2
-0
risefor-mobilisation/templates/base.html
risefor-mobilisation/templates/base.html
+2
-0
No files found.
.gitignore
View file @
53d012db
...
...
@@ -15,6 +15,8 @@ db.sqlite3
/risefor-mobilisation/settings_prod.py
/risefor-mobilisation/static/css/*
/risefor-mobilisation/templates/data_manager/google-analytics.html
/risefor-mobilisation/templates/data_manager/google-tag-manager-head.html
/risefor-mobilisation/templates/data_manager/google-tag-manager-body.html
/nbproject/*
djangoldp
README.md
View file @
53d012db
...
...
@@ -14,6 +14,8 @@ Using Risefor.org, citizens can gather around a common topic of interest and adv
python3 manage.py migrate
python3 manage.py createsuperuser
touch risefor-mobilisation/templates/data_manager/google-analytics.html
touch risefor-mobilisation/templates/data_manager/google-tag-manager-head.html
touch risefor-mobilisation/templates/data_manager/google-tag-manager-body.html
## Update CSS
npm install -g sass
...
...
risefor-mobilisation/templates/base.html
View file @
53d012db
...
...
@@ -38,9 +38,11 @@
<!-- <script src="{% static 'js/for-materialize-widgets.js' %}"></script> -->
{% block scripts %}{% endblock %}
{% include "data_manager/google-analytics.html" %}
{% include "data_manager/google-tag-manager-head.html" %}
</head>
<body>
{% include "data_manager/google-tag-manager-body.html" %}
{% block content %} {% endblock %}
{% block custom-js %} {% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment