{% extends 'base.html' %} {% load staticfiles %} {% block htmltitle %}Javascript is Disabled!{% endblock %} {% block bodyClass %}no-js{% endblock %} {% block content %}

You have Javascript is disabled!

You appear to have javascript disabled. For my site to function properly, javascript must be enabled! The javascript is used to dynamically change the webpage on your device. Without them then the site will break, cause a tonne of errors, and not look right, all of which aren't very nice, for you or me.

The javascript on this page won't damage your computer in any way, and has been written entirely by me, or has used trusted and open-source 3rd-party libraries. You can trust this site! Re-enabling the javascript functions inside your browser is very easy, and helpful tutorials can be found below!

Re-enabling Javascript in your browser

Re-enabling in Firefox

  1. Navigate to 'about:config', using the browsers address bar.
  2. Accept the security warning, and notice that no dragons lie ahead.
  3. In the search bar, enter 'javascript'
  4. Find the entry 'Javascript.enabled' (possibly using ctrl + F)
  5. Toggle the entry by either double-clicking the entry, or right-clicking and selecting 'Toggle'.

Re-enabling in Chrome

  1. Click the Chrome menu icon () in the top right hand corder of the window.
  2. Click 'Settings'.
  3. Under the 'Privacy' section, select 'Content settings'.
  4. Under 'Javascript', select 'Allow all sites to run Javascript(Recommended)'.

Re-enabling in Internet Explorer

  1. Select the gear icon in the top right hand corner , and click 'Internet Options'.
  2. Select Security > Internet > Custom Level.
  3. Scroll down until you find 'Scripting', and select 'Enable'

Also: If you are using Internet Explorer (Or Microsoft Edge for that matter), Stop! Use one of the other ones. They're much faster, and better, especially Firefox!

After enabling javascript, the page should automatically redirect to the homepage. If it doesn't, just refresh the page, or Click here to return home.
{% endblock%}