Skip to content

amsagoff/commcare-hq-errorpages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

CommcareHQ Error Pages

This repo holds error pages that are served outside of django

CSS

This is intentionally not a super repeatable process, these files should almost never need to be updated. There are three css files

  • style/bootstrap-style.css: Bootstrap 3 css
  • style/style.css: public site css, compiled by:
    • In the main Commcare repo in apps/style/static/public/less /opt/lessc/bin/lessc public-style.less > style.css
  • style/additional-style.css: Anything specific to this page, e.g. change link color on blue background

Testing locally

run nginx w/ a site: server { server_name localhost; location / { root /commcare-hq-errorpages/pages; } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.0%
  • HTML 14.0%