CZ-NIC / django-eidas-specific-node

GNU General Public License v3.0
2 stars 2 forks source link

Add styles and CZ.NIC branding #61

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

Closes #59

CZ.NIC styles and logo are in eidas_node.cznic submodule and must be enabled in settings:

Instead, we could style generic templates and add configuration options for:

@jtalir thinks that the users of django-eidas-specific-node are likely to use their own template anyway and we can change if the need arises.

codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #61   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          41     42    +1     
  Lines        3252   3256    +4     
  Branches      195    195           
=====================================
+ Hits         3252   3256    +4
Impacted Files Coverage Δ
eidas_node/proxy_service/views.py 100% <100%> (ø) :arrow_up:
eidas_node/cznic/__init__.py 100% <100%> (ø)
eidas_node/tests/proxy_service/test_views.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b3faa7a...d9306e7. Read the comment docs.