Logo

GitLab

Sign in

Walenty / ShellValier

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ShellValier
  • phrase_expansions
  • templates
  • phrase_expansions.html
  • prototype version of the user interface
    a9c77623
    Katarzyna Krasnowska authored
    2020-07-07 10:16:30 +0200  
    Browse Code »
phrase_expansions.html 257 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.html" %}

{% load static %}

{% block scripts %}
{% endblock %}

{% block content %}

<div class="card">
    <div class="card-body">
        <p>
        Tutaj będą rozwinięcia typów fraz.
        </p>
    </div>
</div>


{% endblock %}