Skip to content

Commit

Permalink
add spaces around assignment operators
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed May 17, 2020
1 parent 36bf1d6 commit 5e538de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions microsetta_private_api/templates/faq.jinja2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "sitebase.jinja2" %}
{% set page_title="Frequently Asked Questions" %}
{% set show_breadcrumbs=True %}
{% set page_title = "Frequently Asked Questions" %}
{% set show_breadcrumbs = True %}
{% block head %}
<script src="/static/vendor/js/jquery-3.4.1.min.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions microsetta_private_api/templates/new_participant.jinja2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "sitebase.jinja2" %}
{% set page_title="Consent" %}
{% set show_breadcrumbs=True %}
{% set page_title = "Consent" %}
{% set show_breadcrumbs = True %}
{% block head %}
<script src="/static/vendor/js/jquery-1.11.1.min.js"></script>
<script src="/static/vendor/js/jquery-ui-1.10.1.custom.min.js"></script>
Expand Down

0 comments on commit 5e538de

Please sign in to comment.