Skip to content

Commit ae6dcb4

Browse files
committed
Cleaning
1 parent 3a2d929 commit ae6dcb4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flask-app/instance/conf/mtw.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
### ! Required ! ###
1414
### Host root link prefix - WITHOUT trailing slash ! ###
15-
#HOST_LINK = http://localhost:5900
15+
HOST_LINK = http://127.0.0.1:5900
1616

1717
### ! Background Worker host:port ! ###
18-
## Default - production: http://localhost:55933/ - development: http://localhost:5903/ ##
19-
WORKER_HOST = http://localhost:5903/
20-
#WORKER_HOST = http://localhost:55933/
18+
## Default - production: http://127.0.0.1:55933/ - development: http://127.0.0.1:5903/ ##
19+
WORKER_HOST = http://127.0.0.1:5903/
20+
#WORKER_HOST = http://127.0.0.1:55933/
2121

2222
### ! Always set ! ###
2323
TARGET_YEAR = 2021
@@ -38,12 +38,12 @@ MARC_MESHCODE = czmesh
3838
### Default MARC export style ###
3939
## line - for yaz-marcdump conversion to ISO2709 ##
4040
## mrk - for MarcEdit conversion to ISO2709 ##
41-
#MARC_LINE = mrk
41+
MARC_LINE = mrk
4242

4343
### Default MARC tree style: def OR daw ###
4444
## def - field 072 ##
4545
## daw - field 686 ##
46-
#MARC_TREE = daw
46+
MARC_TREE = daw
4747

4848
### Available Bootstrap themes: slate, spacelab, flatly - default: slate ###
4949
#DEFAULT_THEME = spacelab
@@ -59,7 +59,7 @@ MARC_MESHCODE = czmesh
5959

6060
### Permanent link prefix to your authority record display webpage ###
6161
## Default: /mtw/search/ui:
62-
#AUT_LINK = https://www.medvik.cz/link/
62+
AUT_LINK = https://www.medvik.cz/link/
6363

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

139139
### Default values:
140-
#SPARQL_HOST = http://localhost:3030/
140+
#SPARQL_HOST = http://127.0.0.1:3030/
141141
#SPARQL_DATASET = mesh
142142

143143
### DO NOT EDIT BELOW THIS LINE ###

flask-app/mtw/templates/modals/show-message.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ <h4 class="modal-title text-warning">{{ msg['head'] }}</h4>
4646
</div>
4747

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

0 commit comments

Comments
 (0)