mizzzuno commited on
Commit
302d1f9
·
verified ·
1 Parent(s): 3e3e3da

Update templates/userRegister.html

Browse files
Files changed (1) hide show
  1. templates/userRegister.html +3 -6
templates/userRegister.html CHANGED
@@ -133,19 +133,16 @@
133
  <i class="fas fa-user-plus"></i> メンバーを追加
134
  </button>
135
 
136
- <!-- Back Button -->
137
  <button
138
  id="backButton"
139
- onclick="showRecorder()"
140
  class="action-button back-button"
141
  >
142
- <i class="fas fa-microphone"></i> 録音画面を表示
143
  </button>
144
  </div>
145
 
146
  <script src="{{ url_for('static', filename='register_record.js') }}"></script>
147
-
148
-
149
-
150
  </body>
151
  </html>
 
133
  <i class="fas fa-user-plus"></i> メンバーを追加
134
  </button>
135
 
136
+ <!-- 録音画面へ移動ボタン(Back Buttonから変更) -->
137
  <button
138
  id="backButton"
139
+ onclick="showUserSelect()"
140
  class="action-button back-button"
141
  >
142
+ <i class="fas fa-users"></i> メンバー選択画面を表示
143
  </button>
144
  </div>
145
 
146
  <script src="{{ url_for('static', filename='register_record.js') }}"></script>
 
 
 
147
  </body>
148
  </html>