Skip to content

Commit

Permalink
Fixed issue with contact us form
Browse files Browse the repository at this point in the history
  • Loading branch information
christofer holm committed Dec 25, 2024
1 parent 89da17f commit 3686ce0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/djongocs/contact-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/djongocs/create-account/create-access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/djongocs/create-account/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/djongocs/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/djongocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/djongocs/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.a0700c0dba00a294.js" type="module"></script></body>
<script src="runtime.fd1db6b628c72bb8.js" type="module"></script><script src="polyfills.a2254efa8c0f44c4.js" type="module"></script><script src="main.ef5e4e71a6bb32fe.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion docs/djongocs/main.a0700c0dba00a294.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/djongocs/main.ef5e4e71a6bb32fe.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,20 +235,20 @@ <h2 class="is-subtitled" id="djongocs-containers">
DjongoCS Containers
</h2>
<h3 class="is-subtitled">
Deploy a frustration free Django MongoDB instance on GCP
Preconfigured Django MongoDB Djongo instances on GCP
</h3>
<div class="pc">
<div>
<img alt="postcard" src="/assets/images/containers.svg">
</div>
<div>
<p>
Deploy a preset Ubuntu webserver instance running MongoDB and Django with the latest version
of Djongo.
Focus on developing the models and views of you app. Let Djongo cloud services take care of
configuration and deployment. Manage access keys, modify subscription plans,
and request support using the dashboard.
</p>
<p>
Focus on developing the models.py and views.py. Let djongo cloud services automate the rest.
Manage access keys, modify subscription plans, and request support using the dashboard.
Alternatively, download the latest version of djongo from the private pypi server for local development.
</p>
<p>
<a class="btn btn--theme btn--primary btn--medium" href="/djongocs/create-account" id="create-account-2">
Expand Down

0 comments on commit 3686ce0

Please sign in to comment.