hide field editor description when cannot connect to anki

This commit is contained in:
Alex Yatskov 2017-04-09 10:46:05 -07:00
parent d263a93d44
commit cb5f725db7

View File

@ -197,6 +197,7 @@
<input type="text" id="interface-server" class="form-control"> <input type="text" id="interface-server" class="form-control">
</div> </div>
<div id="anki-format">
<p class="help-block"> <p class="help-block">
Specify the information you would like included in your flashcards in the field editor below. Specify the information you would like included in your flashcards in the field editor below.
Please be aware that Anki requires the first field in the model to be unique. It is highly recommended Please be aware that Anki requires the first field in the model to be unique. It is highly recommended
@ -204,7 +205,6 @@
Kanji flashcards. Kanji flashcards.
</p> </p>
<div id="anki-format">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li> <li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
<li><a href="#kanji" data-toggle="tab">Kanji</a></li> <li><a href="#kanji" data-toggle="tab">Kanji</a></li>