diff --git a/.gitignore b/.gitignore index 47204c91e..0a998a7f7 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,5 @@ media/ .env venv_bootcamp/ -staticfiles \ No newline at end of file +staticfiles +.idea \ No newline at end of file diff --git a/bootcamp/core/templates/core/profile.html b/bootcamp/core/templates/core/profile.html index ca931c9a5..521457617 100644 --- a/bootcamp/core/templates/core/profile.html +++ b/bootcamp/core/templates/core/profile.html @@ -54,13 +54,13 @@
Hey you! My friend, it appears to me than you did something wrong. :(
+Hey you! My friend, it appears to me that you did something wrong. :(
{% endblock main %} diff --git a/bootcamp/templates/403.html b/bootcamp/templates/403.html index 42a4eceff..2c3223c18 100644 --- a/bootcamp/templates/403.html +++ b/bootcamp/templates/403.html @@ -4,5 +4,5 @@Hey you!
+Hey you! Seems like you do not have permission to access this page. Please let us know otherwise.
{% endblock main %} \ No newline at end of file diff --git a/bootcamp/templates/500.html b/bootcamp/templates/500.html index 6aabf4e60..ac9d2e94f 100644 --- a/bootcamp/templates/500.html +++ b/bootcamp/templates/500.html @@ -4,5 +4,5 @@Ooops! Something went wrong. That's all we know.
+Oops! Something went wrong. That's all we know.
{% endblock main %} \ No newline at end of file diff --git a/bootcamp/templates/base.html b/bootcamp/templates/base.html index fc13618ad..2a7b287d5 100644 --- a/bootcamp/templates/base.html +++ b/bootcamp/templates/base.html @@ -1,4 +1,5 @@ -{% load staticfiles i18n %} +{% load staticfiles i18n %} + @@ -64,7 +65,7 @@ $(function() { $("#auto-search").autocomplete({ source: "{% url 'autocomplete' %}", - minLength: 2, + minLength: 2 }); });