Logo

GitLab

Sign in

SGJP / Kuznia

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
master
  • Kuznia
  • tables
  • templates
  • table_preview.html
  • osobna aplikacja do tabelek ...
    bd965883
    --HG--
    branch : beta
    rename : dictionary/management/commands/export_template.py => tables/management/commands/export_template.py
    rename : dictionary/management/commands/export_templates.py => tables/management/commands/export_templates.py
    rename : dictionary/management/commands/import_template.py => tables/management/commands/import_template.py
    rename : dictionary/management/commands/import_templates.py => tables/management/commands/import_templates.py
    rename : dictionary/templates/inflection_table.html => tables/templates/inflection_table.html
    rename : management/templates/table_preview.html => tables/templates/table_preview.html
    janek@kublik authored
    10 years ago  
    Browse Code »
table_preview.html 87 Bytes
Edit Raw Blame History Permalink
1 2 3
<div class="scheme{{ color_scheme }}">
    {% include 'inflection_table.html' %}
</div>