Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Mar 31, 2020
1 parent 3a2d929 commit ae6dcb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions flask-app/instance/conf/mtw.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

### ! Required ! ###
### Host root link prefix - WITHOUT trailing slash ! ###
#HOST_LINK = http://localhost:5900
HOST_LINK = http://127.0.0.1:5900

### ! Background Worker host:port ! ###
## Default - production: http://localhost:55933/ - development: http://localhost:5903/ ##
WORKER_HOST = http://localhost:5903/
#WORKER_HOST = http://localhost:55933/
## Default - production: http://127.0.0.1:55933/ - development: http://127.0.0.1:5903/ ##
WORKER_HOST = http://127.0.0.1:5903/
#WORKER_HOST = http://127.0.0.1:55933/

### ! Always set ! ###
TARGET_YEAR = 2021
Expand All @@ -38,12 +38,12 @@ MARC_MESHCODE = czmesh
### Default MARC export style ###
## line - for yaz-marcdump conversion to ISO2709 ##
## mrk - for MarcEdit conversion to ISO2709 ##
#MARC_LINE = mrk
MARC_LINE = mrk

### Default MARC tree style: def OR daw ###
## def - field 072 ##
## daw - field 686 ##
#MARC_TREE = daw
MARC_TREE = daw

### Available Bootstrap themes: slate, spacelab, flatly - default: slate ###
#DEFAULT_THEME = spacelab
Expand All @@ -59,7 +59,7 @@ MARC_MESHCODE = czmesh

### Permanent link prefix to your authority record display webpage ###
## Default: /mtw/search/ui:
#AUT_LINK = https://www.medvik.cz/link/
AUT_LINK = https://www.medvik.cz/link/

### ! Translated MeSH Tree Top ! ###
MESH_TREE = {
Expand Down Expand Up @@ -137,7 +137,7 @@ TARGET_NS = http://mesh.medvik.cz/link/
#SOURCE_NS = http://id.nlm.nih.gov/mesh/2019/

### Default values:
#SPARQL_HOST = http://localhost:3030/
#SPARQL_HOST = http://127.0.0.1:3030/
#SPARQL_DATASET = mesh

### DO NOT EDIT BELOW THIS LINE ###
Expand Down
2 changes: 1 addition & 1 deletion flask-app/mtw/templates/modals/show-message.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h4 class="modal-title text-warning">{{ msg['head'] }}</h4>
</div>

<input type="hidden" name="_csrf_token" value="{{ csrf_token() }}">
<button name="action" value="hide" type="submit" class="btn btn-success ml-3">Unlock &amp; Hide</button>
<button name="action" value="show" type="submit" class="btn btn-warning ml-3">Show</button>
<button name="action" value="hide" type="submit" class="btn btn-success ml-3">Unlock &amp; Hide</button>
{% endif %}
</form>

Expand Down

0 comments on commit ae6dcb4

Please sign in to comment.