Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDERICO23 committed Jan 26, 2024
1 parent 4d72661 commit ced9b10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions translator/templates/record_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ <h1 class="title">Recorded Audio</h1>
<div class="container">
<div class="columns">
<div class="column is-offset-4 is-4">
<h1 class="title"> Translation Results </h1>
<h1 class="title">Translation Results</h1>
<div class="card">
<div class="card-content">
{% comment %} <h1 class="text-center">Choose languages</h1> {% endcomment %}
{% comment %} <div class="row">
<h1 class="text-center">Choose languages</h1>
<div class="row">
<div class="col-md-6 offset-md-3">
<!-- Add this form for translation -->
<form method="post" action="{% url 'translate_audio' %}">
<form method="post" action="{% url 'translate_audio' %}">
{% csrf_token %}
<div class="form-group">
<label for="source_language_code">Translate from:</label>
Expand All @@ -58,9 +58,9 @@ <h1 class="title"> Translation Results </h1>
</select>
</div>
<button type="submit" class="btn btn-primary">Translate </button>
</form>
</form>
</div>
</div> {% endcomment %}
</div>
<div class="row mt-4">
<div class="col-md-6 offset-md-3">
{% if transcription %}
Expand Down

0 comments on commit ced9b10

Please sign in to comment.