Logo

GitLab

Sign in

Walenty / ShellValier

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ShellValier
  • download
  • templates
  • download.html
  • added page titles
    d9204515
    Katarzyna Krasnowska authored
    2020-12-04 17:11:55 +0100  
    Browse File »
download.html 342 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{% extends "base-margins.html" %}

{% load i18n %}
{% load static %}

{% block title %}{% trans "Pobieranie" %}{% endblock %}

{% block scripts %}
{% endblock %}


{% block content2 %}

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


{% endblock %}