Logo

GitLab

Sign in

Walenty / ShellValier

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ShellValier
  • dictionary_statistics
  • templates
  • dictionary_statistics.html
  • stub expansions page, page margins
    403621f9
    Katarzyna Krasnowska authored
    2020-11-02 10:57:47 +0100  
    Browse Code »
dictionary_statistics.html 267 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{% extends "base-margins.html" %}

{% load static %}

{% block scripts %}
{% endblock %}

{% block content2 %}

<div class="card mt-3">
    <div class="card-body">
        <p>
        Tutaj będą statystyki słownika.
        </p>
    </div>
</div>


{% endblock %}