Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion blindspotapp/templates/getinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ <h1>VIEW</h1>
</div>
</div>

<iframe class="airtable-embed" src="https://airtable.com/embed/shrpAOauHRKx8WebW?backgroundColor=orange&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>

<div class="container">

<h4>Result Table:</h4>
Expand Down Expand Up @@ -290,4 +292,4 @@ <h4>

</script>

{% endblock %}
{% endblock %}
5 changes: 4 additions & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

ALLOWED_HOSTS = []

SECURE_SSL_REDIRECT = True # https needed for Airtable API
# If True, the SecurityMiddleware redirects all non-HTTPS requests to HTTPS (except for those URLs matching
# a regular expression listed in SECURE_REDIRECT_EXEMPT).

# Application definition

Expand Down Expand Up @@ -130,4 +133,4 @@

STATIC_URL = '/static/'

django_heroku.settings(locals())
django_heroku.settings(locals())