diff --git a/mansrht/templates/select.html b/mansrht/templates/select.html index e61547e..854cf63 100644 --- a/mansrht/templates/select.html +++ b/mansrht/templates/select.html @@ -45,23 +45,23 @@ {{csrf_token()}}

- {% if item.name not in existing %} - - {% else %} - - {% endif %} {{ item.name }}

+ {% if typename != "repo" or item.name not in existing %} + + {% else %} + + {% endif %} {% endfor %} diff --git a/scss/main.scss b/scss/main.scss index d468ba0..135e634 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -67,6 +67,19 @@ h5 { } } +.configure { + .event { + display: flex; + flex-direction: row; + align-items: center; + + h4 { + border: none; + flex-grow: 1; + } + } +} + code.grey { background: $gray-200; padding: 0 0.25rem;