- contact message box löschen

- Unbenennungen von TETHYS RDR zu Tethys RDR
- using correct exception models ind Oai RequestController
- composer updates
This commit is contained in:
Arno Kaimbacher 2020-03-05 09:47:01 +01:00
parent 728687304c
commit fd98c6c09d
6 changed files with 37 additions and 35 deletions

View file

@ -8,7 +8,7 @@ function initialState() {
rights: null,
project_id: "",
creating_corporation: "TETHYS RDR",
creating_corporation: "Tethys RDR",
language: "",
embargo_date: "",
belongs_to_bibliography: 0,
@ -70,7 +70,7 @@ export default class Dataset extends Vue {
rights = null;
project_id = "";
creating_corporation = "TETHYS RDR";
creating_corporation = "Tethys RDR";
language = "";
embargo_date = "";
belongs_to_bibliography = 0;

View file

@ -226,7 +226,7 @@
</ul>
</div>
<div class="eight columns contact-us-form">
{{-- <div class="eight columns contact-us-form">
<form>
<div class="row">
<div class="six columns">
@ -240,7 +240,7 @@
<input class="button u-pull-right" type="submit" value="Send">
</form>
</div>
</div> --}}
</div>
</section>