diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-04 12:20:40 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-04 12:20:57 +0300 |
| commit | f6579501416c6199ca9772adec92a7e5fc8cad32 (patch) | |
| tree | 79607f6c043863f88399770d4f1a872ce6712c27 | |
| parent | 34f376be295f2b3d8d6c2405caf7a216f153bf62 (diff) | |
res/templates/index: make description and URL come from domain_types as well. Left just Type
| -rw-r--r-- | res/templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index a6290506..04ee0abf 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -97,13 +97,6 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}'; </select> <span class="info-card-attr" id="displaystatus"></span> </div> - <div class="info-container__row" > - <div id="description"><div class="info-card-attr">Description</div> - <textarea class="info-card-attr-val" id="editdescription"></textarea></div> - </div> - <div class="info-container__row" > - <div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div> - </div> <div id="info-container__bottom-btn-bar"> <button class="btn-regular btn-regular-outline" id="edit-dialog__delete">Delete</button> </div> |
