Skip to content

Commit

Permalink
Update for 2020-03-01
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Scott <[email protected]>
  • Loading branch information
dbs committed Mar 1, 2020
1 parent 63202f7 commit f03a37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ris2web
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dt_map = {
'Magazine': 'MGZN',
'Newspaper': 'NEWS',
'Movie': 'MPCT',
'Podcast': 'podcast',
'General': 'GEN',
'Radio Broadcast': 'radioBroadcast',
'TV Broadcast': 'tvBroadcast',
'Video': 'VIDEO',
'Case study': 'CASE',
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<header>
<div class="header">
<h1><a href="{{ url_for('home_html', lang=_('en')) }}">{{ _('Labour Studies Index') }}</a></h1><span class="updated">{{ _('Updated: %(update)s', update='2019-04-26') }}</span>
<h1><a href="{{ url_for('home_html', lang=_('en')) }}">{{ _('Labour Studies Index') }}</a></h1><span class="updated">{{ _('Updated: %(update)s', update='2020-03-01') }}</span>
</div>
<div class="searchbox">
<form action="{{ url_for('search_bar', lang=_('en')) }}">
Expand Down

0 comments on commit f03a37d

Please sign in to comment.