Added some documentation.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{% extends "blog/base.html" %}
|
||||
|
||||
<!-- This template creates the ngram viewer page for the user according to the
|
||||
query. This creates the ngram viewer per speaker. -->
|
||||
|
||||
{% block nav-tabs %}
|
||||
<div class="nav-content">
|
||||
<ul class="tabs tabs-transparent">
|
||||
@ -33,7 +36,7 @@
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
Corpus:{{form.corpus_choice}}
|
||||
Korpus:{{form.corpus_choice}}
|
||||
<div class="section">
|
||||
<div class="switch section ">
|
||||
<span>Case-sensitive Suche:</span>
|
||||
|
@ -1,5 +1,8 @@
|
||||
{% extends "blog/base.html" %}
|
||||
|
||||
<!-- This template creates the ngram viewer page for the user according to the
|
||||
query. This creates the ngram viewer per year. -->
|
||||
|
||||
{% block nav-tabs %}
|
||||
<div class="nav-content">
|
||||
<ul class="tabs tabs-transparent">
|
||||
@ -28,7 +31,7 @@
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
Corpus:{{form.corpus_choice}}
|
||||
Korpus:{{form.corpus_choice}}
|
||||
<div class="section">
|
||||
<div class="switch section ">
|
||||
<span>Case-sensitive Suche:</span>
|
||||
|
Reference in New Issue
Block a user